aseprite/.github/workflows/clang_tidy_post.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
339 B
YAML
Raw Normal View History

name: Post Clang Tidy Comments
on:
workflow_run:
workflows: ["Clang Tidy Diff"]
types:
- completed
permissions:
checks: write
pull-requests: write
jobs:
post-comments:
runs-on: ubuntu-latest
steps:
2024-11-27 18:20:15 +00:00
- uses: ZedThree/clang-tidy-review/post@v0.20.1
with:
token: ${{ secrets.CLANG_TIDY_TOKEN }}