Skip to content

Commit

Permalink
Attempting to fix clang-format linter failing to run
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutherland333 committed Oct 3, 2023
1 parent 6fe78bf commit cb2a29d
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 @@ -12,8 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.16
- uses: DoozyX/clang-format-lint-action@v0.14
with:
source: '.'
extensions: 'hpp,cpp'
clangFormatVersion: 16
clangFormatVersion: 14

0 comments on commit cb2a29d

Please sign in to comment.