ci: run clang-tidy with Qt 6 and update action (#5273)

This commit is contained in:
nerix
2024-03-30 11:25:11 +01:00
committed by GitHub
parent 9583a10b88
commit 84e641d589
4 changed files with 53 additions and 100 deletions
+3 -2
View File
@@ -8,12 +8,13 @@ on:
- completed
jobs:
build:
post:
runs-on: ubuntu-latest
# Only when a build succeeds
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: ZedThree/clang-tidy-review/post@v0.17.3
- uses: ZedThree/clang-tidy-review/post@v0.18.0
with:
lgtm_comment_body: ""
num_comments_as_exitcode: false