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 72b6b1b commit 86e8304Copy full SHA for 86e8304
.github/workflows/format_check.yml
@@ -44,7 +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: cat .github/outputs/all_changed_files.txt
+ run: cat ~/.github/outputs/all_changed_files.txt
48
49
verify-format:
50
runs-on: ubuntu-latest
@@ -62,4 +62,4 @@ jobs:
62
uses: pillo79/clang-format-action@main
63
with:
64
clang-format-version: '19'
65
- check-files-from: .github/outputs/all_changed_files.txt
+ check-files-from: ~/.github/outputs/all_changed_files.txt
0 commit comments