Skip to content

Commit

Permalink
Update clang-format version
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Jan 14, 2023
1 parent e58baca commit 2652689
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 @@ -19,9 +19,9 @@ jobs:
with:
submodules: recursive

- uses: DoozyX/clang-format-lint-action@v0.13
- uses: DoozyX/clang-format-lint-action@v0.15
with:
source: './include ./src'
exclude: './include/tao/json/external'
extensions: 'hpp,cpp'
clangFormatVersion: 13
clangFormatVersion: 15

0 comments on commit 2652689

Please sign in to comment.