Skip to content

Commit

Permalink
Upgrade clang-format version
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Apr 27, 2023
1 parent 90191e3 commit 8761add
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.15
- uses: DoozyX/clang-format-lint-action@v0.16
with:
source: './include ./src'
exclude: './include/tao/json/external'
extensions: 'hpp,cpp'
clangFormatVersion: 15
clangFormatVersion: 16

0 comments on commit 8761add

Please sign in to comment.