Skip to content

Commit 1ae731c

Browse files
committed
did
1 parent 1752aba commit 1ae731c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/format_check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +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-
cat ${{ github.workspace }}/.github/outputs/all_changed_files.txt
47+
run: cat .github/outputs/all_changed_files.txt
4948

5049
verify-format:
5150
runs-on: ubuntu-latest
@@ -58,9 +57,10 @@ jobs:
5857
with:
5958
submodules: false
6059
persist-credentials: false
60+
clean: false # preserve the files created by the previous job
6161

6262
- name: Run clang-format check
6363
uses: pillo79/clang-format-action@main
6464
with:
6565
clang-format-version: '19'
66-
check-files-from: ${{ github.workspace }}/.github/outputs/all_changed_files.txt
66+
check-files-from: .github/outputs/all_changed_files.txt

0 commit comments

Comments
 (0)