rpcsx/.github/workflows/tidy-comments.yml
Isaac Marovitz 098220217c
Fix typo & other problems (#12)
* Ignore external deps
* Clang 16
* clang-format 16
* Fix linting action
2023-07-07 00:48:59 +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.12.0
with:
lgtm_comment_body: "No linting issues found!"