Skip to content

Commit

Permalink
Update to clang format 17
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaldu committed Mar 18, 2024
1 parent 8c626b9 commit 4a1f4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
runs-on: fedora-latest
strategy:
matrix:
path:
Expand All @@ -19,6 +19,6 @@ jobs:
- name: Run clang-format style check
uses: jidicula/[email protected]
with:
clang-format-version: '16'
clang-format-version: '17'
check-path: ${{ matrix.path }}
exclude-regex: 'CLUEstering/include/test/doctest.h'

0 comments on commit 4a1f4a6

Please sign in to comment.