Skip to content

Commit eece7d3

Browse files
committed
chore: update cspell
1 parent 1d6f560 commit eece7d3

File tree

3 files changed

+527
-377
lines changed

3 files changed

+527
-377
lines changed

.github/workflows/spellcheck.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,18 @@ on:
66
- main
77
pull_request:
88

9-
env:
10-
NODE_VERSION: 18.x
11-
129
jobs:
1310
spellcheck:
1411
runs-on: ubuntu-latest
1512
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-node@v3
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-node@v4
1815
with:
19-
node-version: ${{ env.NODE_VERSION }}
16+
node-version-file: package.json
2017
cache: npm
2118
- name: Install dependencies
2219
run: npm ci
23-
- uses: streetsidesoftware/cspell-action@v2
20+
- uses: streetsidesoftware/cspell-action@v7
2421
with:
2522
files: |
2623
**/*.md

0 commit comments

Comments
 (0)