Skip to content

Post clang-tidy review comments #2271

Post clang-tidy review comments

Post clang-tidy review comments #2271

Workflow file for this run

name: Post clang-tidy review comments
on:
workflow_run:
workflows: ["Codestyle"]
types:
- completed
permissions:
pull-requests: write
issues: write
checks: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: ZedThree/clang-tidy-review/[email protected]
id: post
with:
token: ${{ secrets.GITHUB_TOKEN }}
lgtm_comment_body: ''
if: ${{ github.event.workflow_run.conclusion != 'cancelled' && github.event.workflow_run.conclusion != 'skipped' }}