We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545cef7 commit 99f6adaCopy full SHA for 99f6ada
2 files changed
.github/actions/clang-tidy-native/action.yml
.github/workflows/static-analysis-pr.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Show ccache stats
86
run: ccache --show-stats
87
- name: Run clang-tidy
88
- uses: ./.github/actions/clang-tidy-native
+ uses: aobolensk/clang-tidy-action@v1
89
id: review
90
with:
91
exclude: "3rdparty build"
@@ -136,7 +136,7 @@ jobs:
136
137
138
139
140
141
142
exclude: "3rdparty build docs_venv .git .pytest_cache .ruff_cache xml"
0 commit comments