Skip to content

Commit

Permalink
Enable spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
sancane committed Oct 8, 2023
1 parent 66b0048 commit 58a841e
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,16 @@ jobs:
# run: cargo install --locked cargo-sort
# - run: cargo sort -w -c

# spellcheck:
spellcheck:

# runs-on: ubuntu-latest
runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v2
# - name: Install cargo-spellcheck
# run: cargo install --locked cargo-spellcheck
# - run: cargo spellcheck -m 99 --cfg=.github/workflows/spellchecker.cfg
steps:
- uses: taiki-e/install-action@v2
with:
tool: cargo-spellcheck

- uses: actions/checkout@v3

- name: Run cargo spellcheck
run: cargo-spellcheck --code 1 --cfg=.github/workflows/spellchecker.cfg

0 comments on commit 58a841e

Please sign in to comment.