Skip to content

Merge pull request #222 from RicoKomenda/fix/dedup-audit-log-tamper-c… #778

Merge pull request #222 from RicoKomenda/fix/dedup-audit-log-tamper-c…

Merge pull request #222 from RicoKomenda/fix/dedup-audit-log-tamper-c… #778

name: Markdown Linter
on:
# Scan changed files in PRs (diff-aware scanning):
pull_request: {}
# Scan mainline branches and report all findings:
push:
branches: ["main"]
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: './1.0/en/*'
config_file: ".github/workflows/config/markdownlint.jsonc"
ignore_files: ""