Skip to content

Commit ae98f4b

Browse files
committed
sohuld
1 parent bb589e6 commit ae98f4b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/format_check.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +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-
pwd
49-
echo $GITHUB_WORKSPACE
50-
cat .github/outputs/all_changed_files.txt
47+
run: cat .github/outputs/all_changed_files.txt
5148

5249
verify-format:
5350
runs-on: ubuntu-latest
@@ -65,4 +62,4 @@ jobs:
6562
uses: pillo79/clang-format-action@main
6663
with:
6764
clang-format-version: '19'
68-
check-files-from: ~/.github/outputs/all_changed_files.txt
65+
check-files-from: $GITHUB_WORKSPACE/.github/outputs/all_changed_files.txt

0 commit comments

Comments
 (0)