Skip to content

Commit

Permalink
first attempt at spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiaita committed Feb 29, 2024
1 parent 1c51b0e commit ead14f8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Spellcheck Action
on: push

jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/[email protected]
name: Spellcheck
sources:
- '**/*.md'
aspell:
lang: en
dictionary:
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
default_encoding: utf-8

0 comments on commit ead14f8

Please sign in to comment.