ci: run clang-tidy with Qt 6 and update action (#5273)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user