mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:10:06 +00:00
Update ZedThree/clang-tidy-review action to v0.21.0
This commit is contained in:
parent
0086dc3e0f
commit
da6fe3a6fb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/clang-tidy-comments.yml
vendored
2
.github/workflows/clang-tidy-comments.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Post Comments
|
- name: Post Comments
|
||||||
uses: ZedThree/clang-tidy-review/post@v0.20.1
|
uses: ZedThree/clang-tidy-review/post@v0.21.0
|
||||||
with:
|
with:
|
||||||
lgtm_comment_body: ''
|
lgtm_comment_body: ''
|
||||||
annotations: false
|
annotations: false
|
||||||
|
|
|
||||||
2
.github/workflows/clang-tidy-review.yml
vendored
2
.github/workflows/clang-tidy-review.yml
vendored
|
|
@ -138,7 +138,7 @@ jobs:
|
||||||
rsync -avzh --ignore-missing-args clang_fixes.json ../
|
rsync -avzh --ignore-missing-args clang_fixes.json ../
|
||||||
|
|
||||||
- name: Upload Review
|
- name: Upload Review
|
||||||
uses: ZedThree/clang-tidy-review/upload@v0.20.1
|
uses: ZedThree/clang-tidy-review/upload@v0.21.0
|
||||||
|
|
||||||
- name: Status Check
|
- name: Status Check
|
||||||
if: steps.review.outputs.total_comments > 0
|
if: steps.review.outputs.total_comments > 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue