Skip to content

run python3 (#716) #144

run python3 (#716)

run python3 (#716) #144

name: Markdown Linter
on: [push, pull_request]
jobs:
markdown-lint-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v2.0.0
with:
files: './Document*'
config_file: ".markdownlint.jsonc"
ignore_files: "tools, node_modules"