Skip to content

Commit e248e9a

Browse files
committed
step
1 parent 12649b0 commit e248e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ 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), '\n')) }}"
44+
echo "${{ join(fromJson(steps.changed-files.outputs.all_changed_files), '\n') }}"
4545
- name: Run clang-format check
4646
if: steps.changed-files.outputs.any_changed == 'true'
4747
uses: pillo79/clang-format-action@mod
4848
with:
4949
clang-format-version: '19'
50-
check-files: ${{ join(fromJson(steps.changed-files.outputs.all_changed_files), '\n')) }}
50+
check-files: ${{ join(fromJson(steps.changed-files.outputs.all_changed_files), '\n') }}

0 commit comments

Comments
 (0)