Skip to content

Commit fc54c36

Browse files
committed
step
1 parent 941063b commit fc54c36

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
@@ -40,7 +40,7 @@ jobs:
4040
json: true
4141
- name: List changed files
4242
if: steps.changed-files.outputs.any_changed == 'true'
43-
run: echo ${{ '''' + join(fromJson(steps.changed-files.outputs.all_changed_files),''' ''') + '''' }}
43+
run: echo ${{ '''' join(fromJson(steps.changed-files.outputs.all_changed_files),''' ''') '''' }}
4444
- name: Run clang-format check
4545
if: steps.changed-files.outputs.any_changed == 'true'
4646
uses: pillo79/clang-format-action@mod

0 commit comments

Comments
 (0)