Skip to content

Update and move 3.2.2 -> 3.1.4 and resolve 2273 (#2301) #43

Update and move 3.2.2 -> 3.1.4 and resolve 2273 (#2301)

Update and move 3.2.2 -> 3.1.4 and resolve 2273 (#2301) #43

name: Markdown Linter
on:
# Scan changed files in PRs (diff-aware scanning):
pull_request: {}
# Scan mainline branches and report all findings:
push:
branches: ["master", "main"]
jobs:
markdown-lint-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
files: './5.0*'
config_file: ".markdownlint.jsonc"
ignore_files: "tools, templates, images"