Skip to content

Post Clang Tidy Comments #77

Post Clang Tidy Comments

Post Clang Tidy Comments #77

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:
- uses: ZedThree/clang-tidy-review/[email protected]
with:
token: ${{ secrets.CLANG_TIDY_TOKEN }}