chore: add spell checker to workflows (#4975)

* chore: add spell checker to workflows

* fix: update config schema

* fix: revert for fennel.rs
This commit is contained in:
Zhizhen He
2023-03-23 02:42:46 +08:00
committed by GitHub
parent d350ccb2a3
commit 0f8a2d9363
14 changed files with 41 additions and 19 deletions
+10
View File
@@ -0,0 +1,10 @@
name: Spell Check
on: [pull_request]
jobs:
typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crate-ci/typos@v1.13.18