rpcsx/.github/workflows/tidy-comments.yml
Isaac Marovitz 6019477fcb
infra: update workflows (#70)
* Update workflows

* Clang format 18

* Fix apt package
2024-09-25 16:04:18 +03:00

13 lines
290 B
YAML

name: Post clang-tidy review comments
on:
workflow_run:
workflows: ["Linting"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: ZedThree/clang-tidy-review/post@v0.19.0
with:
lgtm_comment_body: "No linting issues found!"