Skip to content

Commit fe2c937

Browse files
committed
Test fork
1 parent 41c2bb4 commit fe2c937

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/clang-format-check.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: clang-format Check
1+
name: Format Check
22

33
on: [push, pull_request]
44
jobs:
@@ -14,7 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Run clang-format style check for C/C++/Protobuf programs.
17-
uses: jidicula/clang-format-action@v4.11.0
17+
uses: lucasssvaz/clang-format-action@main
1818
with:
1919
clang-format-version: '15'
2020
check-path: ${{ matrix.path }}
21+
changed-only: 'true'

0 commit comments

Comments
 (0)