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 2f16e0a commit fd7b2b5Copy full SHA for fd7b2b5
.github/workflows/format_check.yml
@@ -42,7 +42,8 @@ jobs:
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),''' ''')) }}
45
- run: echo "Changed files: $ALL_CHANGED_FILES"
+ run: |
46
+ echo "Changed files: $ALL_CHANGED_FILES"
47
- name: Run clang-format check
48
49
uses: pillo79/clang-format-action@mod
0 commit comments