Switch to dev branch of clang-tidy-review (#3937)

This supports the split workflow logic which makes it work on fork PRs
This commit is contained in:
pajlada
2022-08-28 13:32:07 +02:00
committed by GitHub
parent dcd42cb28b
commit 2fd962261b
2 changed files with 49 additions and 1 deletions
+10 -1
View File
@@ -149,11 +149,20 @@ jobs:
- name: clang-tidy review
if: (startsWith(matrix.os, 'ubuntu') && matrix.pch == false && matrix.qt-version == '5.15.2' && github.event_name == 'pull_request')
uses: ZedThree/clang-tidy-review@v0.9.0
uses: pajlada/clang-tidy-review@feat/split-up-review-and-post-workflows
id: review
with:
build_dir: build
config_file: '.clang-tidy'
split_workflow: true
- uses: actions/upload-artifact@v3
if: (startsWith(matrix.os, 'ubuntu') && matrix.pch == false && matrix.qt-version == '5.15.2' && github.event_name == 'pull_request')
with:
name: clang-tidy-review
path: |
clang-tidy-review-output.json
clang-tidy-review-metadata.json
- name: Package - AppImage (Ubuntu)
if: startsWith(matrix.os, 'ubuntu')