We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9934b7c commit 1d4910bCopy full SHA for 1d4910b
.github/workflows/spell-check.yml
@@ -1,6 +1,7 @@
1
+# Source: https://github.com/per1234/.github/blob/main/workflow-templates/spell-check.md
2
name: Spell Check
3
-# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
4
+# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
5
on:
6
push:
7
pull_request:
@@ -13,10 +14,12 @@ on:
13
14
jobs:
15
spellcheck:
16
runs-on: ubuntu-latest
17
+ permissions:
18
+ contents: read
19
20
steps:
21
- name: Checkout repository
22
uses: actions/checkout@v3
23
24
- name: Spell check
- uses: codespell-project/actions-codespell@master
25
+ uses: codespell-project/actions-codespell@v2
0 commit comments