Skip to content

Commit 09eca36

Browse files
committed
Try this
1 parent 510ebc2 commit 09eca36

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/basic-qa.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ jobs:
7575
incremental_files_only: false
7676

7777
- name: DEBUG spellcheck output
78-
run: echo ${{ fromJSON(steps.spellcheck.outputs) }}
78+
run: |
79+
echo ${{ steps.spellcheck.outputs.success }}
80+
echo ${{ steps.spellcheck.outputs.number_of_files_checked }}
81+
echo ${{ steps.spellcheck.outputs.number_of_issues }}
82+
echo ${{ steps.spellcheck.outputs.number_of_files_with_issues }}
7983
8084
# Note: if less issues than expected were found, these numbers should be updated in the PR which fixes the issues!
8185
- name: Fail the build when more spelling issues were found than expected

0 commit comments

Comments
 (0)