Skip to content

Bump actions/download-artifact from v2 to v4 in /.github/workflows (#… #11

Bump actions/download-artifact from v2 to v4 in /.github/workflows (#…

Bump actions/download-artifact from v2 to v4 in /.github/workflows (#… #11

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