Skip to content

Commit

Permalink
fixup! Setup clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
StarQTius committed Dec 31, 2023
1 parent f042a4c commit 2d5c475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: cmake-format --check $(git ls-files | grep -E "(CMakeLists.txt|\.cmake)$")
- run: cmake -B ${{github.workspace}}/build
- run: cmake --build build -t iwyu
- run: git ls-files | grep -E "\.(hpp|cpp)$" | xargs clang-tidy -p ${{github.workspace}}/build --extra-arg="-std=c++17" --extra-arg="-I${{github.workspace}}/include" --use-color
- run: git ls-files | grep -E "\.cpp$" | xargs clang-tidy -p ${{github.workspace}}/build --extra-arg="-std=c++17" --extra-arg="-I${{github.workspace}}/include" --use-color
check-gcc-11:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2d5c475

Please sign in to comment.