xtask: Add typos check
This commit is contained in:
committed by
Kévin Commaille
parent
40f0e88cb6
commit
e2375ed72e
9
.github/workflows/nightly.yml
vendored
9
.github/workflows/nightly.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user