Skip to content

try this from v/main/ now #458

try this from v/main/ now

try this from v/main/ now #458

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