Skip to content

Commit ccdf797

Browse files
committed
WIP
Signed-off-by: Andrea Ricchi <andrea.ricchi@amarulasolutions.com>
1 parent 9b60036 commit ccdf797

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/cpp-linter.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
jobs:
88
cpp-linter:
99
runs-on: ubuntu-latest
10-
permissions:
10+
permissions:
11+
metadata: read
12+
contents: write
1113
pull-requests: write
1214
steps:
1315
- uses: actions/checkout@v5
@@ -29,8 +31,8 @@ jobs:
2931
with:
3032
database: ${{ github.workspace }}/build/default-develop
3133
style: 'file'
32-
# tidy-checks: ''
33-
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
34+
tidy-checks: ''
35+
thread-comments: ${{ github.event_name == 'pull_request' }}
3436

3537
- name: Fail fast?!
3638
if: steps.linter.outputs.checks-failed > 0

0 commit comments

Comments
 (0)