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