diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 450b825..fb3cc42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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}}