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 754d51a commit 088665dCopy full SHA for 088665d
.github/workflows/format_check.yml
@@ -45,7 +45,7 @@ jobs:
45
cat all_changed_files.txt
46
- name: Run clang-format check
47
if: steps.changed-files.outputs.any_changed == 'true'
48
- uses: pillo79/clang-format-action@mod
+ uses: pillo79/clang-format-action@05f671e71f0758aba4d3c9dbb0ee81bc5f0137c6
49
with:
50
clang-format-version: '19'
51
- check-files: ${{ join(fromJson(steps.changed-files.outputs.all_changed_files), fromJson('\n')) }}
+ check-files-from: all_changed_files.txt
0 commit comments