We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9f87b commit d7b1188Copy full SHA for d7b1188
.github/workflows/format_check.yml
@@ -37,7 +37,6 @@ jobs:
37
libraries/examples/**
38
libraries/extras/**
39
libraries/ea_malloc/**
40
- safe_output: true
41
- name: List changed files
42
if: steps.changed-files.outputs.any_changed == 'true'
43
run: echo ${{ steps.changed-files.outputs.all_changed_files }}
@@ -46,4 +45,4 @@ jobs:
46
45
uses: pillo79/clang-format-action@mod
47
with:
48
clang-format-version: '19'
49
- check-files: ${{ steps.changed-files.outputs.all_changed_files }}
+ check-files: '${{ steps.changed-files.outputs.all_changed_files }}'
0 commit comments