File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,12 @@ jobs:
37
37
libraries/examples/**
38
38
libraries/extras/**
39
39
libraries/ea_malloc/**
40
- json : true
41
- safe_output : false
40
+ matrix : true
42
41
- name : List changed files
43
42
if : steps.changed-files.outputs.any_changed == 'true'
44
43
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 }}
47
46
run : |
48
47
echo "Changed files: $ALL_CHANGED_FILES"
49
48
- name : Run clang-format check
You can’t perform that action at this time.
0 commit comments