We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3885e64 commit 0acb75dCopy full SHA for 0acb75d
1 file changed
.github/workflows/style-check.yml
@@ -38,12 +38,12 @@ jobs:
38
- uses: actions/checkout@v6
39
- run: sudo apt install clang-tidy
40
- name: Configure
41
- run: cmake -B _build \
42
- -DCMAKE_CXX_COMPILER=clang++ \
43
- -DBUILD_TESTS=ON \
44
- -DCMAKE_BUILD_TYPE=Debug \
45
- -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
46
- -DCMAKE_CXX_FLAGS='-march=tigerlake' \
+ run: cmake -B _build
+ -DCMAKE_CXX_COMPILER=clang++
+ -DBUILD_TESTS=ON
+ -DCMAKE_BUILD_TYPE=Debug
+ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
+ -DCMAKE_CXX_FLAGS='-march=tigerlake'
47
.
48
- name: Check
49
run: run-clang-tidy -p _build
0 commit comments