Skip to content

Commit fd7b2b5

Browse files
committed
step
1 parent 2f16e0a commit fd7b2b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/format_check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
if: steps.changed-files.outputs.any_changed == 'true'
4343
env:
4444
ALL_CHANGED_FILES: ${{ format('''{0}''', join(fromJson(steps.changed-files.outputs.all_changed_files),''' ''')) }}
45-
run: echo "Changed files: $ALL_CHANGED_FILES"
45+
run: |
46+
echo "Changed files: $ALL_CHANGED_FILES"
4647
- name: Run clang-format check
4748
if: steps.changed-files.outputs.any_changed == 'true'
4849
uses: pillo79/clang-format-action@mod

0 commit comments

Comments
 (0)