Skip to content

Commit 2cde4f6

Browse files
committed
step
1 parent 7d517b9 commit 2cde4f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/format_check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
libraries/examples/**
3838
libraries/extras/**
3939
libraries/ea_malloc/**
40-
write_output_files: true
40+
safe_output: true
4141
- name: List changed files
4242
if: steps.changed-files.outputs.any_changed == 'true'
43-
run: cat .github/outputs/all_changed_files.txt
43+
run: echo {{ steps.changed-files.outputs.all_changed_files }}
4444
- name: Run clang-format check
4545
if: steps.changed-files.outputs.any_changed == 'true'
46-
uses: pillo79/clang-format-action@05f671e71f0758aba4d3c9dbb0ee81bc5f0137c6
46+
uses: pillo79/clang-format-action@mod
4747
with:
4848
clang-format-version: '19'
49-
check-files-from: .github/outputs/all_changed_files.txt
49+
check-files: {{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)