mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Swap back to main branch of ZedThree's clang-tidy-review (#4059)
This commit is contained in:
parent
16034ababb
commit
f6f0bc8ab5
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -148,7 +148,7 @@ jobs:
|
||||||
|
|
||||||
- name: clang-tidy review
|
- name: clang-tidy review
|
||||||
if: (startsWith(matrix.os, 'ubuntu') && matrix.pch == false && matrix.qt-version == '5.15.2' && github.event_name == 'pull_request')
|
if: (startsWith(matrix.os, 'ubuntu') && matrix.pch == false && matrix.qt-version == '5.15.2' && github.event_name == 'pull_request')
|
||||||
uses: pajlada/clang-tidy-review@feat/split-up-review-and-post-workflows
|
uses: ZedThree/clang-tidy-review@v0.10.0
|
||||||
id: review
|
id: review
|
||||||
with:
|
with:
|
||||||
build_dir: build
|
build_dir: build
|
||||||
|
|
2
.github/workflows/post-clang-tidy-review.yml
vendored
2
.github/workflows/post-clang-tidy-review.yml
vendored
|
@ -35,5 +35,5 @@ jobs:
|
||||||
- name: 'Unzip artifact'
|
- name: 'Unzip artifact'
|
||||||
run: unzip clang-tidy-review.zip
|
run: unzip clang-tidy-review.zip
|
||||||
|
|
||||||
- uses: pajlada/clang-tidy-review/post@feat/split-up-review-and-post-workflows
|
- uses: ZedThree/clang-tidy-review/post@v0.10.0
|
||||||
id: review
|
id: review
|
||||||
|
|
Loading…
Reference in a new issue