add spellcheckers

This commit is contained in:
ruslandoga
2024-07-22 13:40:46 +07:00
parent 250fabfa65
commit 26c2804763
2 changed files with 22 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
name: spellcheck
on:
pull_request:
push:
branches: [master]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master