Skip to content

Commit

Permalink
tmp: check clang-format version
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranbor committed Jul 14, 2024
1 parent 56de348 commit c9ecc2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
run: pip3 install codespell

- name: Lint
run: cmake -D FORMAT_COMMAND=clang-format-14 -P cmake/lint.cmake
run: |
clang-format --version
apt update
apt search clang-format
cmake -D FORMAT_COMMAND=clang-format-14 -P cmake/lint.cmake
- name: Spell check
if: always()
Expand Down

0 comments on commit c9ecc2f

Please sign in to comment.