ci: add spell check with typos (#627)

This commit is contained in:
Dongxu Wang
2022-11-24 14:46:50 +08:00
committed by GitHub
parent c5b0d2431f
commit 051768b735
2 changed files with 9 additions and 0 deletions

View File

@@ -26,6 +26,13 @@ env:
RUST_TOOLCHAIN: nightly-2022-07-14
jobs:
typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: crate-ci/typos@v1.0.4
check:
name: Check
if: github.event.pull_request.draft == false