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 41c2bb4 commit fe2c937Copy full SHA for fe2c937
.github/workflows/clang-format-check.yml
@@ -1,4 +1,4 @@
1
-name: clang-format Check
+name: Format Check
2
3
on: [push, pull_request]
4
jobs:
@@ -14,7 +14,8 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
- name: Run clang-format style check for C/C++/Protobuf programs.
17
- uses: jidicula/clang-format-action@v4.11.0
+ uses: lucasssvaz/clang-format-action@main
18
with:
19
clang-format-version: '15'
20
check-path: ${{ matrix.path }}
21
+ changed-only: 'true'
0 commit comments