Skip to content

reference: cleanup syntax-and-data page #9

reference: cleanup syntax-and-data page

reference: cleanup syntax-and-data page #9

Workflow file for this run

name: Lint
on:
pull_request:
paths:
- 'content/**/*.md'
jobs:
lint-markdown:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint markdown files
uses: actionshub/markdownlint@main
with:
filesToIgnoreRegex: 'all-commands.md|scripts/.*|.github/.*'