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 8f41438 commit 754d51aCopy full SHA for 754d51a
.github/workflows/format_check.yml
@@ -37,11 +37,12 @@ jobs:
37
libraries/examples/**
38
libraries/extras/**
39
libraries/ea_malloc/**
40
- matrix: true
+ json: true
41
- name: List changed files
42
if: steps.changed-files.outputs.any_changed == 'true'
43
run: |
44
- echo "${{ steps.changed-files.outputs.all_changed_files }}" | jq -r '.[]'
+ echo ${{ steps.changed-files.outputs.all_changed_files }} | jq -r '.[]' > all_changed_files.txt
45
+ cat all_changed_files.txt
46
- name: Run clang-format check
47
48
uses: pillo79/clang-format-action@mod
0 commit comments