We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b60036 commit ccdf797Copy full SHA for ccdf797
1 file changed
.github/workflows/cpp-linter.yml
@@ -7,7 +7,9 @@ on:
7
jobs:
8
cpp-linter:
9
runs-on: ubuntu-latest
10
- permissions:
+ permissions:
11
+ metadata: read
12
+ contents: write
13
pull-requests: write
14
steps:
15
- uses: actions/checkout@v5
@@ -29,8 +31,8 @@ jobs:
29
31
with:
30
32
database: ${{ github.workspace }}/build/default-develop
33
style: 'file'
- # tidy-checks: ''
- thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
34
+ tidy-checks: ''
35
+ thread-comments: ${{ github.event_name == 'pull_request' }}
36
37
- name: Fail fast?!
38
if: steps.linter.outputs.checks-failed > 0
0 commit comments