mirror-chatterino2/.github/workflows/post-clang-tidy-review.yml
dependabot[bot] a5e853573f
chore(deps): bump ZedThree/clang-tidy-review from 0.17.0 to 0.17.1 (#5136)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 01:44:37 +00:00

20 lines
375 B
YAML

---
name: Post clang-tidy review comments
on:
workflow_run:
workflows: ["clang-tidy"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
# Only when a build succeeds
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: ZedThree/clang-tidy-review/post@v0.17.1
with:
lgtm_comment_body: ""