Skip to content

remove typo

remove typo #17

name: YAML Lint
on: [push]
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run markdownlint
uses: nosborn/[email protected]
with:
files: 'source'
ignore_files: 'source/docs/sample.md'
config_file: .markdownlint.yaml