Skip to content

Commit

Permalink
build: add spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Dec 22, 2023
1 parent bf1bdab commit 9654557
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Spellcheck Action
on: push

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

0 comments on commit 9654557

Please sign in to comment.