Skip to content

Commit 59e9baf

Browse files
authored
feat: add codespell
1 parent f8d4a26 commit 59e9baf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ jobs:
2020

2121
- name: 💄 Code style
2222
run: npm run style
23+
codespell:
24+
name: Check for spelling errors
25+
runs-on: ubuntu-latest
26+
steps:
27+
- uses: actions/checkout@v2
28+
- uses: codespell-project/actions-codespell@master
29+
with:
30+
check_filenames: true

0 commit comments

Comments
 (0)