Skip to content

another attempt

another attempt #8

Workflow file for this run

name: Shellcheck Action
on: push
jobs:
build:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: ludeeus/[email protected]
name: Shellcheck
matrix:
- name: Markdown
aspell:
lang: en
dictionary:
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
comments: false

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

View workflow run for this annotation

GitHub Actions / .github/workflows/spellcheck.yml

Invalid workflow file

You have an error in your yaml syntax on line 26
ignores:
- code
- pre
sources:
- '**/*.md'
default_encoding: utf-8