mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
13 lines
290 B
YAML
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!" |