Merge pull request #312 from dpaulat/feature/clang-tidy-updates

clang-tidy Workflow Fixes
This commit is contained in:
Dan Paulat 2024-11-30 23:00:27 -06:00 committed by GitHub
commit 7b938f9458
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 27 additions and 7 deletions

View 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

View file

@ -126,7 +126,7 @@ jobs:
--cmake-command='' \
--max-comments=25 \
--lgtm-comment-body='' \
--split_workflow=false \
--split_workflow=true \
--annotations=false \
--parallel=0
rsync -avzh --ignore-missing-args clang-tidy-review-output.json ../