Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy authored Mar 30, 2024
1 parent 5093c77 commit 2080d88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ jobs:

- if: always()
run: |
test -f /tmp/spellcheck-output.txt && (cat /tmp/spellcheck-output.txt | tee ${GITHUB_STEP_SUMMARY} )
if [ -f /tmp/spellcheck-output.txt ]; then
cat /tmp/spellcheck-output.txt > ${GITHUB_STEP_SUMMARY}
fi

0 comments on commit 2080d88

Please sign in to comment.