Skip to content

[ci] split clang-tidy workflows #1

[ci] split clang-tidy workflows

[ci] split clang-tidy workflows #1

Workflow file for this run

name: Post clang-tidy review comments

Check failure on line 1 in .github/workflows/clang-tidy-post.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/clang-tidy-post.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: permissions
on:
workflow_run:
workflows: ["clang-tidy-review"]
types:
- completed
jobs:
permissions:
pull-requests: write
build:
runs-on: ubuntu-latest
steps:
- uses: ZedThree/clang-tidy-review/post@v0.17.0
# lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup
with:
lgtm_comment_body: ''
annotations: true
max_comments: 10