Skip to content

first attempt at spellcheck #1

first attempt at spellcheck

first attempt at spellcheck #1

Workflow file for this run

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:

Check failure on line 13 in .github/workflows/spellcheck.yml

View workflow run for this annotation

GitHub Actions / Spellcheck Action

Invalid workflow file

The workflow is not valid. .github/workflows/spellcheck.yml (Line: 13, Col: 5): Unexpected value 'sources' .github/workflows/spellcheck.yml (Line: 15, Col: 5): Unexpected value 'aspell'
- '**/*.md'
aspell:
lang: en
dictionary:
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
default_encoding: utf-8