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 d7b1188 commit 941063bCopy full SHA for 941063b
.github/workflows/format_check.yml
@@ -37,9 +37,10 @@ jobs:
37
libraries/examples/**
38
libraries/extras/**
39
libraries/ea_malloc/**
40
+ json: true
41
- name: List changed files
42
if: steps.changed-files.outputs.any_changed == 'true'
- run: echo ${{ steps.changed-files.outputs.all_changed_files }}
43
+ run: echo ${{ '''' + join(fromJson(steps.changed-files.outputs.all_changed_files),''' ''') + '''' }}
44
- name: Run clang-format check
45
46
uses: pillo79/clang-format-action@mod
0 commit comments