Skip to content

Commit 72b6b1b

Browse files
committed
fix
1 parent b68e6be commit 72b6b1b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/format_check.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ jobs:
4444
write_output_files: true
4545
- name: List of changed files
4646
if: steps.changed-files.outputs.any_changed == 'true'
47-
run: |
48-
ls -la .github/outputs
49-
cat .github/outputs/changed_files.txt
47+
run: cat .github/outputs/all_changed_files.txt
5048

5149
verify-format:
5250
runs-on: ubuntu-latest
@@ -64,4 +62,4 @@ jobs:
6462
uses: pillo79/clang-format-action@main
6563
with:
6664
clang-format-version: '19'
67-
check-files-from: .github/outputs/changed_files.txt
65+
check-files-from: .github/outputs/all_changed_files.txt

0 commit comments

Comments
 (0)