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 b68e6be commit 72b6b1bCopy full SHA for 72b6b1b
.github/workflows/format_check.yml
@@ -44,9 +44,7 @@ jobs:
44
write_output_files: true
45
- name: List of changed files
46
if: steps.changed-files.outputs.any_changed == 'true'
47
- run: |
48
- ls -la .github/outputs
49
- cat .github/outputs/changed_files.txt
+ run: cat .github/outputs/all_changed_files.txt
50
51
verify-format:
52
runs-on: ubuntu-latest
@@ -64,4 +62,4 @@ jobs:
64
62
uses: pillo79/clang-format-action@main
65
63
with:
66
clang-format-version: '19'
67
- check-files-from: .github/outputs/changed_files.txt
+ check-files-from: .github/outputs/all_changed_files.txt
0 commit comments