Skip to content

Commit 088665d

Browse files
committed
step
1 parent 754d51a commit 088665d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cat all_changed_files.txt
4646
- name: Run clang-format check
4747
if: steps.changed-files.outputs.any_changed == 'true'
48-
uses: pillo79/clang-format-action@mod
48+
uses: pillo79/clang-format-action@05f671e71f0758aba4d3c9dbb0ee81bc5f0137c6
4949
with:
5050
clang-format-version: '19'
51-
check-files: ${{ join(fromJson(steps.changed-files.outputs.all_changed_files), fromJson('\n')) }}
51+
check-files-from: all_changed_files.txt

0 commit comments

Comments
 (0)