Skip to content

Commit 941063b

Browse files
committed
step
1 parent d7b1188 commit 941063b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/format_check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
3737
libraries/examples/**
3838
libraries/extras/**
3939
libraries/ea_malloc/**
40+
json: true
4041
- name: List changed files
4142
if: steps.changed-files.outputs.any_changed == 'true'
42-
run: echo ${{ steps.changed-files.outputs.all_changed_files }}
43+
run: echo ${{ '''' + join(fromJson(steps.changed-files.outputs.all_changed_files),''' ''') + '''' }}
4344
- name: Run clang-format check
4445
if: steps.changed-files.outputs.any_changed == 'true'
4546
uses: pillo79/clang-format-action@mod

0 commit comments

Comments
 (0)