xtask: Add typos check

This commit is contained in:
Kévin Commaille
2022-03-18 13:47:13 +01:00
committed by Kévin Commaille
parent 40f0e88cb6
commit e2375ed72e
8 changed files with 35 additions and 13 deletions

View File

@@ -33,3 +33,12 @@ jobs:
with:
command: run
args: -p xtask --no-default-features ci nightly
typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Check the spelling of the files in our repo
uses: crate-ci/typos@master