Skip to content

Commit

Permalink
Output spelling check results
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
  • Loading branch information
vipulgupta2048 committed Nov 6, 2023
1 parent 6d1b35f commit 51c1b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:

- name: Show Results
env:
outputs: ${{ toJSON(steps.cspell.outputs) }}
outputs: ${{ toJSON(steps.cspell) }}
run: |
echo "$outputs"

0 comments on commit 51c1b06

Please sign in to comment.