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 bb589e6 commit ae98f4bCopy full SHA for ae98f4b
.github/workflows/format_check.yml
@@ -44,10 +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
- pwd
49
- echo $GITHUB_WORKSPACE
50
- cat .github/outputs/all_changed_files.txt
+ run: cat .github/outputs/all_changed_files.txt
51
52
verify-format:
53
runs-on: ubuntu-latest
@@ -65,4 +62,4 @@ jobs:
65
62
uses: pillo79/clang-format-action@main
66
63
with:
67
64
clang-format-version: '19'
68
- check-files-from: ~/.github/outputs/all_changed_files.txt
+ check-files-from: $GITHUB_WORKSPACE/.github/outputs/all_changed_files.txt
0 commit comments