Merge pull request #2589 from taminob/bugfix/lint-check-hpp-header-files

This commit is contained in:
Alexis Rouillard 2023-10-21 12:56:57 +02:00 committed by GitHub
commit 6a8b510db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/clang-format-lint-action@v0.13
- uses: DoozyX/clang-format-lint-action@v0.16.2
with:
source: '.'
extensions: 'h,cpp,c'
clangFormatVersion: 12
extensions: 'hpp,h,cpp,c'
clangFormatVersion: 16