diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 59053fa..7c1fdd2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -43,5 +43,5 @@ jobs: - name: Run clang-format uses: DoozyX/clang-format-lint-action@v0.17 with: - source: 'include lib python' clangFormatVersion: 17 + extensions: 'c,h,cpp,hpp,cc'