ci: typos

This commit is contained in:
thesimplekid
2023-05-10 00:04:33 -04:00
parent cebf289613
commit 801f6233f4
3 changed files with 4 additions and 2 deletions

View File

@@ -18,6 +18,8 @@ jobs:
- name: Set Toolchain
# https://github.com/dtolnay/rust-toolchain
uses: dtolnay/rust-toolchain@stable
- name: typos-action
uses: crate-ci/typos@v1.0.4
- name: Run fmt
run: cargo fmt --all --check
- name: Run clippy