We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f7104 commit 395c03fCopy full SHA for 395c03f
1 file changed
.github/workflows/spellcheck.yml
@@ -13,16 +13,10 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - name: Checkout repository
17
- uses: actions/checkout@v2
+ - name: Checkout Actions Repository
+ uses: actions/checkout@v4
18
19
- - name: Set up Node.js
20
- uses: actions/setup-node@v2
+ - name: Check spelling
+ uses: crate-ci/typos@master
21
with:
22
- node-version: '20'
23
-
24
- - name: Install cspell
25
- run: npm install -g cspell
26
27
- - name: Run spell check
28
- run: cspell "**/*.{md,mts}"
+ config: ./_typos.toml
0 commit comments