Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2022-06-09 05:57:24 +0300
committerGitHub <noreply@github.com>2022-06-09 05:57:24 +0300
commit4b3bb46fab92eda80cb76e6f7a466bb81a36fe5a (patch)
tree3aede1fe1b2204c221124190a54301be55716ff6
parentcbfaa670435847760e5e885a01c9a19bc7592763 (diff)
Update spellcheck.ymlupdate-cspell-action
-rw-r--r--.github/workflows/spellcheck.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml
index 0129bbb27..6f68fee18 100644
--- a/.github/workflows/spellcheck.yml
+++ b/.github/workflows/spellcheck.yml
@@ -5,12 +5,15 @@ on: # rebuild any PRs and main branch changes
- "dependabot/**"
pull_request:
+permissions:
+ contents: read
+
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- - uses: streetsidesoftware/cspell-action@3bc52c39528d0214a947ff7f8b5c23ad3273435b
+ - uses: actions/checkout@v3
+ - uses: streetsidesoftware/cspell-action@v2
with:
inline: warning
strict: false