Skip to content

Commit 510ebc2

Browse files
committed
DEBUG
1 parent 06a008d commit 510ebc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/basic-qa.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
# Limit the files checked to the ones in the pull request or push.
7575
incremental_files_only: false
7676

77+
- name: DEBUG spellcheck output
78+
run: echo ${{ fromJSON(steps.spellcheck.outputs) }}
79+
7780
# Note: if less issues than expected were found, these numbers should be updated in the PR which fixes the issues!
7881
- name: Fail the build when more spelling issues were found than expected
7982
# yamllint disable-line rule:line-length

0 commit comments

Comments
 (0)