mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 21:20:04 +00:00
Merge pull request #312 from dpaulat/feature/clang-tidy-updates
clang-tidy Workflow Fixes
This commit is contained in:
commit
7b938f9458
8 changed files with 27 additions and 7 deletions
20
.github/workflows/clang-tidy-comments.yml
vendored
Normal file
20
.github/workflows/clang-tidy-comments.yml
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
name: Post clang-tidy Review Comments
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_run:
|
||||||
|
workflows: ["clang-tidy-review"]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Post Comments
|
||||||
|
uses: ZedThree/clang-tidy-review/post@v0.20.1
|
||||||
|
with:
|
||||||
|
lgtm_comment_body: ''
|
||||||
|
annotations: false
|
||||||
|
max_comments: 25
|
||||||
|
num_comments_as_exitcode: false
|
||||||
2
.github/workflows/clang-tidy-review.yml
vendored
2
.github/workflows/clang-tidy-review.yml
vendored
|
|
@ -126,7 +126,7 @@ jobs:
|
||||||
--cmake-command='' \
|
--cmake-command='' \
|
||||||
--max-comments=25 \
|
--max-comments=25 \
|
||||||
--lgtm-comment-body='' \
|
--lgtm-comment-body='' \
|
||||||
--split_workflow=false \
|
--split_workflow=true \
|
||||||
--annotations=false \
|
--annotations=false \
|
||||||
--parallel=0
|
--parallel=0
|
||||||
rsync -avzh --ignore-missing-args clang-tidy-review-output.json ../
|
rsync -avzh --ignore-missing-args clang-tidy-review-output.json ../
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue