We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf2a49 commit 36943afCopy full SHA for 36943af
.github/workflows/clang-format-check.yml
@@ -13,9 +13,10 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- name: Run clang-format style check for C/C++/Protobuf programs.
16
- uses: jidicula/clang-format-action@v4.13.0
+ uses: DoozyX/clang-format-lint-action@v0.18
17
with:
18
- clang-format-version: '13'
19
- check-path: ${{ matrix.path }}
20
- exclude-regex: 'include/json.hpp'
21
- fallback-style: 'Mozilla' # optional
+ source: '.'
+ exclude: 'include/json.hpp'
+ extensions: 'h,cpp'
+ clangFormatVersion: 13
22
+ inplace: true
0 commit comments