Skip to content

Commit 754d51a

Browse files
committed
step
1 parent 8f41438 commit 754d51a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/format_check.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ jobs:
3737
libraries/examples/**
3838
libraries/extras/**
3939
libraries/ea_malloc/**
40-
matrix: true
40+
json: true
4141
- name: List changed files
4242
if: steps.changed-files.outputs.any_changed == 'true'
4343
run: |
44-
echo "${{ steps.changed-files.outputs.all_changed_files }}" | jq -r '.[]'
44+
echo ${{ steps.changed-files.outputs.all_changed_files }} | jq -r '.[]' > all_changed_files.txt
45+
cat all_changed_files.txt
4546
- name: Run clang-format check
4647
if: steps.changed-files.outputs.any_changed == 'true'
4748
uses: pillo79/clang-format-action@mod

0 commit comments

Comments
 (0)