Skip to content

Commit 395c03f

Browse files
authored
Update spellcheck.yml
1 parent 36f7104 commit 395c03f

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/spellcheck.yml

+5-11
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- name: Checkout repository
17-
uses: actions/checkout@v2
16+
- name: Checkout Actions Repository
17+
uses: actions/checkout@v4
1818

19-
- name: Set up Node.js
20-
uses: actions/setup-node@v2
19+
- name: Check spelling
20+
uses: crate-ci/typos@master
2121
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}"
22+
config: ./_typos.toml

0 commit comments

Comments
 (0)