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 e248e9a commit 1e35edaCopy full SHA for 1e35eda
.github/workflows/format_check.yml
@@ -41,10 +41,10 @@ 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), '\n') }}"
+ echo "${{ join(fromJson(steps.changed-files.outputs.all_changed_files), fromJson('\n')) }}"
45
- name: Run clang-format check
46
47
uses: pillo79/clang-format-action@mod
48
with:
49
clang-format-version: '19'
50
- check-files: ${{ join(fromJson(steps.changed-files.outputs.all_changed_files), '\n') }}
+ check-files: ${{ join(fromJson(steps.changed-files.outputs.all_changed_files), fromJson('\n')) }}
0 commit comments