mirror of https://github.com/lukechilds/docs.git
kyranjamie
4 years ago
2 changed files with 27 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
name: Spellcheck Action |
|||
on: push |
|||
|
|||
jobs: |
|||
build: |
|||
name: Spellcheck |
|||
runs-on: ubuntu-latest |
|||
steps: |
|||
- uses: actions/checkout@master |
|||
- uses: rojopolis/spellcheck-github-actions@0.5.0 |
|||
name: Spellcheck |
@ -0,0 +1,16 @@ |
|||
matrix: |
|||
- name: Markdown |
|||
aspell: |
|||
lang: en |
|||
dictionary: |
|||
encoding: utf-8 |
|||
pipeline: |
|||
- pyspelling.filters.markdown: |
|||
- pyspelling.filters.html: |
|||
comments: false |
|||
ignores: |
|||
- code |
|||
- pre |
|||
sources: |
|||
- 'src/pages/**/*.md' |
|||
default_encoding: utf-8 |
Loading…
Reference in new issue