ci: Lint header files with hpp file ending
parent
eefd6e8336
commit
6dd2cfba34
|
@ -10,5 +10,5 @@ jobs:
|
||||||
- uses: DoozyX/clang-format-lint-action@v0.13
|
- uses: DoozyX/clang-format-lint-action@v0.13
|
||||||
with:
|
with:
|
||||||
source: '.'
|
source: '.'
|
||||||
extensions: 'h,cpp,c'
|
extensions: 'hpp,h,cpp,c'
|
||||||
clangFormatVersion: 12
|
clangFormatVersion: 12
|
||||||
|
|
Loading…
Reference in New Issue