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 0361584 commit bb589e6Copy full SHA for bb589e6
.github/workflows/format_check.yml
@@ -46,6 +46,7 @@ jobs:
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
51
52
verify-format:
0 commit comments