Skip to content

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

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

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

Workflow file for this run

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/github-action-markdown-cli@v2.0.0
with:
files: './Document*'
config_file: ".markdownlint.jsonc"
ignore_files: "tools, node_modules"