Move typos to pre-commit config (#4148)

This commit is contained in:
Calum Young
2023-04-29 17:13:35 +01:00
committed by GitHub
parent 03144b2fad
commit f0f4bf2929
6 changed files with 13 additions and 16 deletions

View File

@@ -121,15 +121,6 @@ jobs:
- run: cargo check
- run: cargo fmt --all --check
typos:
name: "spell check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crate-ci/typos@master
with:
files: .
ecosystem:
name: "ecosystem"
runs-on: ubuntu-latest