mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
chore(deps): bump ZedThree/clang-tidy-review from 0.19.0 to 0.20.0 (#5701)
This commit is contained in:
parent
5b1ce32a4e
commit
fc8d27b7e2
4
.github/workflows/clang-tidy.yml
vendored
4
.github/workflows/clang-tidy.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
|
|
||||||
- name: clang-tidy review
|
- name: clang-tidy review
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
uses: ZedThree/clang-tidy-review@v0.19.0
|
uses: ZedThree/clang-tidy-review@v0.20.0
|
||||||
with:
|
with:
|
||||||
build_dir: build-clang-tidy
|
build_dir: build-clang-tidy
|
||||||
config_file: ".clang-tidy"
|
config_file: ".clang-tidy"
|
||||||
|
@ -63,4 +63,4 @@ jobs:
|
||||||
libxkbcommon-x11-0, libxcb-xkb-dev, libxcb-cursor0
|
libxkbcommon-x11-0, libxcb-xkb-dev, libxcb-cursor0
|
||||||
|
|
||||||
- name: clang-tidy-review upload
|
- name: clang-tidy-review upload
|
||||||
uses: ZedThree/clang-tidy-review/upload@v0.19.0
|
uses: ZedThree/clang-tidy-review/upload@v0.20.0
|
||||||
|
|
2
.github/workflows/post-clang-tidy-review.yml
vendored
2
.github/workflows/post-clang-tidy-review.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: ZedThree/clang-tidy-review/post@v0.19.0
|
- uses: ZedThree/clang-tidy-review/post@v0.20.0
|
||||||
with:
|
with:
|
||||||
lgtm_comment_body: ""
|
lgtm_comment_body: ""
|
||||||
num_comments_as_exitcode: false
|
num_comments_as_exitcode: false
|
||||||
|
|
Loading…
Reference in a new issue