feat: add codespell

This commit is contained in:
Rak Laptudirm
2021-10-28 12:34:59 +05:30
committed by GitHub
parent f8d4a2678d
commit 59e9baf11b

View File

@ -20,3 +20,11 @@ jobs:
- name: 💄 Code style
run: npm run style
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true