From b4d140445c2563448ba16e59b514690484d383aa Mon Sep 17 00:00:00 2001 From: David Beechey Date: Wed, 11 Sep 2024 19:25:38 +0100 Subject: [PATCH] Add typos --- .github/workflows/lint.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 07b0929..cac08ed 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,6 +19,14 @@ jobs: - name: Run rustfmt run: cargo fmt --all -- --check + typos: + name: Spell check with typos + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Run typos + uses: crate-ci/typos@master + find-todos-fixme: name: Find todos and fixmes runs-on: ubuntu-latest