Skip to content

Commit

Permalink
ci: Check for common typos and spelling errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Mar 3, 2024
1 parent 971b192 commit 5b160c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
- name: cargo fmt
run: cargo fmt --all --check

typos:
runs-on: ubuntu-latest
name: typos
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master

build:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 5b160c0

Please sign in to comment.