Skip to content

Commit d7b1188

Browse files
committed
step
1 parent bc9f87b commit d7b1188

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/format_check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
libraries/examples/**
3838
libraries/extras/**
3939
libraries/ea_malloc/**
40-
safe_output: true
4140
- name: List changed files
4241
if: steps.changed-files.outputs.any_changed == 'true'
4342
run: echo ${{ steps.changed-files.outputs.all_changed_files }}
@@ -46,4 +45,4 @@ jobs:
4645
uses: pillo79/clang-format-action@mod
4746
with:
4847
clang-format-version: '19'
49-
check-files: ${{ steps.changed-files.outputs.all_changed_files }}
48+
check-files: '${{ steps.changed-files.outputs.all_changed_files }}'

0 commit comments

Comments
 (0)