Skip to content

remove duplicaiton

remove duplicaiton #9

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:

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

View workflow run for this annotation

GitHub Actions / Shellcheck Action

Invalid workflow file

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