Skip to content

Commit 21a0731

Browse files
authored
Merge branch 'master' into update-pre-commit-hooks
2 parents f186233 + 99f6ada commit 21a0731

2 files changed

Lines changed: 2 additions & 116 deletions

File tree

.github/actions/clang-tidy-native/action.yml

Lines changed: 0 additions & 114 deletions
This file was deleted.

.github/workflows/static-analysis-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Show ccache stats
8686
run: ccache --show-stats
8787
- name: Run clang-tidy
88-
uses: ./.github/actions/clang-tidy-native
88+
uses: aobolensk/clang-tidy-action@v1
8989
id: review
9090
with:
9191
exclude: "3rdparty build"
@@ -136,7 +136,7 @@ jobs:
136136
- name: Show ccache stats
137137
run: ccache --show-stats
138138
- name: Run clang-tidy
139-
uses: ./.github/actions/clang-tidy-native
139+
uses: aobolensk/clang-tidy-action@v1
140140
id: review
141141
with:
142142
exclude: "3rdparty build docs_venv .git .pytest_cache .ruff_cache xml"

0 commit comments

Comments
 (0)