Skip to content

Commit

Permalink
Check clang format (to remove)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Mar 27, 2024
1 parent a13dfe6 commit 251d3e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ jobs:
working-directory: build
run: ctest -C ${{matrix.config.name}} --output-on-failure

- name: Check clang-format version
working-directory: build
run: clang-format --version

- name: Check clang-format help
working-directory: build
run: clang-format --help

- name: Run clang-format dry-run
if: matrix.sys.compiler == 'clang'
working-directory: build
Expand Down

0 comments on commit 251d3e4

Please sign in to comment.