Skip to content

Commit

Permalink
fix: fixing spelling workflow issues discussed by @jsoref @ https://g…
Browse files Browse the repository at this point in the history
  • Loading branch information
idunbarh authored Oct 5, 2023
1 parent aa5f070 commit 5e5e215
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ COPYLEFT
colek
Corail
CPython
CRob
crob
CSAF
curating
Expand Down Expand Up @@ -150,6 +151,7 @@ Rezilion
RFPs
rhaning
rnjudge
Roadmap
roadmap
RPi
Rubygems
Expand All @@ -167,6 +169,7 @@ semesterly
Shopify
Shortlist
sif
Sigstore
sigstore
Sirish
SKF
Expand All @@ -190,6 +193,7 @@ timezones
Trishank
trishankatdatadog
TSC
TUF
tuf
typosquatting
Unicode
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
uses: check-spelling/check-spelling@main
with:
checkout: true
quit_without_error: 1
spell_check_this: check-spelling/spell-check-this@prerelease
only_check_changed_files: 1
task: ${{ needs.spelling.outputs.followup }}
Expand All @@ -147,6 +148,7 @@ jobs:
uses: check-spelling/check-spelling@main
with:
checkout: true
quit_without_error: 1
spell_check_this: check-spelling/spell-check-this@prerelease
only_check_changed_files: 1
task: ${{ needs.spelling.outputs.followup }}

0 comments on commit 5e5e215

Please sign in to comment.