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 c78902f commit 5f9f36bCopy full SHA for 5f9f36b
.github/workflows/format_check.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: List changed files
42
if: steps.changed-files.outputs.any_changed == 'true'
43
env:
44
- ALL_CHANGED_FILES: '${{ format('''{0}''', join(fromJson(steps.changed-files.outputs.all_changed_files),''' ''')) }}'
+ ALL_CHANGED_FILES: format('"{0}"', join(fromJson(steps.changed-files.outputs.all_changed_files),'" "')) }}
45
run: |
46
echo "Changed files: $ALL_CHANGED_FILES"
47
- name: Run clang-format check
0 commit comments