We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f98e4 commit e51184fCopy full SHA for e51184f
.github/actions/clang-tidy-native/action.yml
.github/workflows/static-analysis-pr.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Show ccache stats
63
run: ccache --show-stats
64
- name: Run clang-tidy
65
- uses: ./.github/actions/clang-tidy-native
+ uses: aobolensk/clang-tidy-action@initial
66
id: review
67
with:
68
exclude: "3rdparty build"
@@ -111,7 +111,7 @@ jobs:
111
112
113
114
115
116
117
exclude: "3rdparty build docs_venv .git .pytest_cache .ruff_cache xml"
0 commit comments