mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-08 04:55:05 -04:00
Update spellcheck.yml (#1755)
This commit is contained in:
parent
30f32a6243
commit
f2cc72a1f1
7
.github/workflows/spellcheck.yml
vendored
7
.github/workflows/spellcheck.yml
vendored
@ -5,12 +5,15 @@ on: # rebuild any PRs and main branch changes
|
|||||||
- "dependabot/**"
|
- "dependabot/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
spellcheck:
|
spellcheck:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: streetsidesoftware/cspell-action@3bc52c39528d0214a947ff7f8b5c23ad3273435b
|
- uses: streetsidesoftware/cspell-action@v2
|
||||||
with:
|
with:
|
||||||
inline: warning
|
inline: warning
|
||||||
strict: false
|
strict: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user