feat: add typos job to GitHub CI workflow (#141)
See:
- https://github.com/crate-ci/typos
- https://github.com/joseluisq/static-web-server/pull/140#issuecomment-1249272510
Diff
.github/workflows/config/typos.toml | 5 +++++
.github/workflows/devel.yml | 7 ++++++-
2 files changed, 11 insertions(+), 1 deletion(-)
@@ -0,0 +1,5 @@
[default.extend-words]
Compressable = "Compressable"
ba = "ba"
flate = "flate"
prefered = "prefered"
@@ -45,7 +45,7 @@ jobs:
- windows-pc-gnu
include:
- build: pinned
os: ubuntu-20.04
rust: 1.56.1
@@ -165,6 +165,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Check typos
uses: crate-ci/typos@master
with:
config: ./.github/workflows/config/typos.toml
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
with: