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 1e35eda commit 8f41438Copy full SHA for 8f41438
.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
run: |
44
- echo "${{ join(fromJson(steps.changed-files.outputs.all_changed_files), fromJson('\n')) }}"
+ echo "${{ steps.changed-files.outputs.all_changed_files }}" | jq -r '.[]'
45
- name: Run clang-format check
46
47
uses: pillo79/clang-format-action@mod
0 commit comments