Skip to content

Commit

Permalink
chore: fix the spellchecker more (#323)
Browse files Browse the repository at this point in the history
* chore: try to fix the spellchecker more

* chore: more spellchecker fixes

* chore: fix yaml issues

* chore: add a few more words to the wordlist
  • Loading branch information
katelynsills authored Sep 29, 2020
1 parent 1cebdb3 commit 8abe577
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ jobs:
root: main/.vuepress/dist
extra: --ignore_re r'\ADuplicate ID "outbound-link-title".*'

- name: Spellcheck
uses: rojopolis/[email protected]
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install pyspelling
- name: Install Aspell
run: |
sudo apt-get install aspell aspell-en
- name: Spell check
run: |
python -m pyspelling
File renamed without changes.
2 changes: 2 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ installationP
instanceHandle
instantiation
Interchain
interoperability
interoperable
invitationHandle
invitationIssuer
Expand Down Expand Up @@ -670,6 +671,7 @@ swingset
Swingset
SwingSet
SwingSets
synchrony
tapFaucet
targetName
tc
Expand Down

0 comments on commit 8abe577

Please sign in to comment.