Skip to content

Commit

Permalink
Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Jul 24, 2024
1 parent 3623487 commit 1d26d98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Clone
uses: actions/checkout@v4
- name: Check formatting
uses: DoozyX/clang-format-lint-action@v0.16.2
uses: DoozyX/clang-format-lint-action@v0.17
with:
source: './src'
source: './driver ./src'
exclude: '.'
extensions: 'h,cpp'
clangFormatVersion: 16
extensions: 'h,H,cpp,C'
clangFormatVersion: 17
CPU:
needs: Formatting
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 1d26d98

Please sign in to comment.