Skip to content

Commit 8f41438

Browse files
committed
step
1 parent 1e35eda commit 8f41438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: List changed files
4242
if: steps.changed-files.outputs.any_changed == 'true'
4343
run: |
44-
echo "${{ join(fromJson(steps.changed-files.outputs.all_changed_files), fromJson('\n')) }}"
44+
echo "${{ steps.changed-files.outputs.all_changed_files }}" | jq -r '.[]'
4545
- name: Run clang-format check
4646
if: steps.changed-files.outputs.any_changed == 'true'
4747
uses: pillo79/clang-format-action@mod

0 commit comments

Comments
 (0)