We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e8d171 + 4ceee76 commit c1a4ff8Copy full SHA for c1a4ff8
.github/workflows/static-analysis-pr.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: hendrikmuhs/ccache-action@v1.2
18
with:
19
key: ${{ runner.os }}-clang
20
- - uses: ZedThree/clang-tidy-review@v0.20.1
+ - uses: aobolensk/clang-tidy-review@v0.20.1-patch-clang-tidy-19
21
id: review
22
23
build_dir: build
@@ -52,7 +52,7 @@ jobs:
52
53
54
key: ${{ runner.os }}-gcc
55
56
57
58
0 commit comments