Skip to content

Commit 2f16e0a

Browse files
committed
step
1 parent ad4b44f commit 2f16e0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/format_check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
json: true
4141
- name: List changed files
4242
if: steps.changed-files.outputs.any_changed == 'true'
43-
run: echo ${{ format('''{0}''', join(fromJson(steps.changed-files.outputs.all_changed_files),''' ''')) }}
43+
env:
44+
ALL_CHANGED_FILES: ${{ format('''{0}''', join(fromJson(steps.changed-files.outputs.all_changed_files),''' ''')) }}
45+
run: echo "Changed files: $ALL_CHANGED_FILES"
4446
- name: Run clang-format check
4547
if: steps.changed-files.outputs.any_changed == 'true'
4648
uses: pillo79/clang-format-action@mod

0 commit comments

Comments
 (0)