Post clang-tidy review comments #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Post clang-tidy review comments | |
on: | |
workflow_run: | |
workflows: ["🔍 Check improvements with cpp style guide"] | |
types: | |
- completed | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: ZedThree/clang-tidy-review/[email protected] | |
with: | |
# don't post any comments if the PR is fine | |
lgtm_comment_body: '' | |
# post comments instead of annotations - limited to just 10 however | |
annotations: true |