Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 0 additions & 114 deletions .github/actions/clang-tidy-native/action.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/static-analysis-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Show ccache stats
run: ccache --show-stats
- name: Run clang-tidy
uses: ./.github/actions/clang-tidy-native
uses: aobolensk/clang-tidy-action@v1
id: review
with:
exclude: "3rdparty build"
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Show ccache stats
run: ccache --show-stats
- name: Run clang-tidy
uses: ./.github/actions/clang-tidy-native
uses: aobolensk/clang-tidy-action@v1
id: review
with:
exclude: "3rdparty build docs_venv .git .pytest_cache .ruff_cache xml"
Expand Down
Loading