Skip to content

Commit 6670d05

Browse files
committed
feat: integrated codespell
1 parent 380c25f commit 6670d05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/default.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ jobs:
4949
- name: Check code style
5050
run: npx --no prettier . --check
5151

52+
- name: Check spelling
53+
uses: codespell-project/actions-codespell@v2
54+
with:
55+
skip: "*.lock,*.json,coverage,node_modules,dist,_site,.git"
56+
ignore_words_list: "moz,webkit"
57+
check_filenames: true
58+
5259
quality:
5360
name: Code Quality Analysis
5461
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)