Skip to content

Commit a17820a

Browse files
authored
add clang tidy post workflow (#373)
1 parent 1269361 commit a17820a

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Post clang-tidy review comments
2+
3+
on:
4+
workflow_run:
5+
# The name field of the lint action
6+
workflows: ["clang-tidy-review"]
7+
types:
8+
- completed
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: ZedThree/clang-tidy-review/post@v0.21.0
16+
# lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup
17+
with:
18+
# adjust options as necessary
19+
lgtm_comment_body: ''
20+
annotations: false
21+
max_comments: 10

0 commit comments

Comments
 (0)