Skip to content

Fix #3307: Single PCI Standards link + drop ASVS 4.0 testing guide #2784

Fix #3307: Single PCI Standards link + drop ASVS 4.0 testing guide

Fix #3307: Single PCI Standards link + drop ASVS 4.0 testing guide #2784

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@v4.2.2
with:
fetch-depth: 1
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3.5.0
with:
files: './5.0*'
config_file: ".markdownlint.jsonc"
ignore_files: "tools, templates, images"