Add typo linter (#1553)

This commit is contained in:
Colin Delahunty
2023-01-02 20:57:59 +00:00
committed by GitHub
parent f74050e5b1
commit e9be5fc7be
12 changed files with 30 additions and 18 deletions

View File

@@ -181,3 +181,15 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- run: maturin build -b bin
typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v2
- name: Check spelling of file.txt
uses: crate-ci/typos@master
with:
files: .