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 8bc2fbc commit b68e6beCopy full SHA for b68e6be
.github/workflows/format_check.yml
@@ -44,7 +44,9 @@ 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/changed_files.txt
+ run: |
48
+ ls -la .github/outputs
49
+ cat .github/outputs/changed_files.txt
50
51
verify-format:
52
runs-on: ubuntu-latest
0 commit comments