Skip to content

Commit 21395c5

Browse files
tests do not pass clang-tidy
1 parent deb6a5a commit 21395c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
- uses: lukka/get-cmake@latest
5555
- uses: actions/checkout@v3
5656
- name: configure
57-
run: cmake --preset dev -DCMAKE_CXX_CLANG_TIDY="clang-tidy;-fix"
57+
run: cmake --preset examples -DCMAKE_CXX_CLANG_TIDY="clang-tidy;-fix"
5858
- name: run
59-
run: cmake --build --preset dev --target all
59+
run: cmake --build --preset examples
6060
- uses: ./.github/actions/process-linting-results
6161
with:
6262
linter_name: clang-tidy

0 commit comments

Comments
 (0)