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 06a008d commit 510ebc2Copy full SHA for 510ebc2
.github/workflows/basic-qa.yml
@@ -74,6 +74,9 @@ jobs:
74
# Limit the files checked to the ones in the pull request or push.
75
incremental_files_only: false
76
77
+ - name: DEBUG spellcheck output
78
+ run: echo ${{ fromJSON(steps.spellcheck.outputs) }}
79
+
80
# Note: if less issues than expected were found, these numbers should be updated in the PR which fixes the issues!
81
- name: Fail the build when more spelling issues were found than expected
82
# yamllint disable-line rule:line-length
0 commit comments