Skip to content

Commit

Permalink
chore: add spellcheck to CI (#314)
Browse files Browse the repository at this point in the history
* chore: add spellcheck to CI

* chore: add spellcheck.yml config

* chore: fix typos add wordlist

* chore: more words

* chore: more words

* chore: more words

* chore: more words

* chore: add instruction in CONTRIBUTING.md

* chore: more words

* chore: improve wording of CONTRIBUTING file
  • Loading branch information
katelynsills authored Sep 25, 2020
1 parent e4c067d commit 06e180e
Show file tree
Hide file tree
Showing 28 changed files with 900 additions and 252 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Spellcheck

on:
push:
branches: [master]
pull_request:

jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: rojopolis/[email protected]
name: Spellcheck
18 changes: 18 additions & 0 deletions .spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
matrix:
- name: Markdown
aspell:
lang: en
dictionary:
wordlists:
- .wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
sources:
- '**/*.md'
default_encoding: utf-8
Loading

0 comments on commit 06e180e

Please sign in to comment.