Skip to content

Commit 87fa75d

Browse files
committed
step
1 parent 351ca03 commit 87fa75d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/format_check.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ jobs:
3737
libraries/examples/**
3838
libraries/extras/**
3939
libraries/ea_malloc/**
40-
json: true
41-
safe_output: false
40+
matrix: true
4241
- name: List changed files
4342
if: steps.changed-files.outputs.any_changed == 'true'
4443
env:
45-
# ALL_CHANGED_FILES: ${{ fvormat('"{0}"', join(fromJson(steps.changed-files.outputs.all_changed_files),'" "')) }}
46-
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
44+
ALL_CHANGED_FILES: ${{ format('"{0}"', join(fromJson(steps.changed-files.outputs.all_changed_files),'" "')) }}
45+
#ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
4746
run: |
4847
echo "Changed files: $ALL_CHANGED_FILES"
4948
- name: Run clang-format check

0 commit comments

Comments
 (0)