Browse Source

fix(ci): Always spellcheck everything

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/888/head
jld3103 1 year ago
parent
commit
e38e8634ba
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      .github/workflows/spellcheck.yaml

2
.github/workflows/spellcheck.yaml

@ -8,3 +8,5 @@ jobs:
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: streetsidesoftware/cspell-action@22e32eb3d70acf30e3fc09bd46edc1d30fb2d6db # v3
with:
incremental_files_only: false

Loading…
Cancel
Save