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