Skip to content

Commit b36d5ff

Browse files
committed
Remove redundant ignore
1 parent 6e865ee commit b36d5ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ jobs:
6767
style: 'file' # Use .clang-format config file
6868
tidy-checks: '' # Use .clang-tidy config file
6969
step-summary: true
70-
ignore: 'build'
70+
ignore: build|tests
7171
extra-args: '-std=c++20'
72-
ignore: tests
7372
- name: Fail fast
7473
if: steps.linter.outputs.checks-failed > 0
7574
run: exit 1

0 commit comments

Comments
 (0)