Skip to content

Commit

Permalink
Add typos
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeechey committed Sep 11, 2024
1 parent 37a3db3 commit b4d1404
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4d1404

Please sign in to comment.