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 3dbf9db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/dictionary.dic
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
5
7
Aggregator
csv
decomposable
directionality
parsers
tuples
ucd
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 3dbf9db

Please sign in to comment.