We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bea9ea commit b63291cCopy full SHA for b63291c
1 file changed
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Run clang-format style check for C/C++
14
uses: jidicula/clang-format-action@v4.16.0
15
with:
16
- clang-format-version: '18'
+ clang-format-version: '17'
17
check-path: 'src'
18
include-regex: '^.*\.((((c|C)(c|pp|xx|\+\+)?$)|((h|H)h?(pp|xx|\+\+)?$))|(imp))$'
19
0 commit comments