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 ad4b44f commit 2f16e0aCopy full SHA for 2f16e0a
.github/workflows/format_check.yml
@@ -40,7 +40,9 @@ jobs:
40
json: true
41
- name: List changed files
42
if: steps.changed-files.outputs.any_changed == 'true'
43
- run: echo ${{ format('''{0}''', join(fromJson(steps.changed-files.outputs.all_changed_files),''' ''')) }}
+ env:
44
+ ALL_CHANGED_FILES: ${{ format('''{0}''', join(fromJson(steps.changed-files.outputs.all_changed_files),''' ''')) }}
45
+ run: echo "Changed files: $ALL_CHANGED_FILES"
46
- name: Run clang-format check
47
48
uses: pillo79/clang-format-action@mod
0 commit comments