Skip to content

Commit

Permalink
Add spell-check action
Browse files Browse the repository at this point in the history
  • Loading branch information
Riey committed Nov 20, 2022
1 parent e808201 commit 3a827e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ jobs:
- uses: actions/checkout@v2
- name: Check Rustfmt
run: cargo fmt -- --check

spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: crate-ci/typos@master

0 comments on commit 3a827e3

Please sign in to comment.