Skip to content

chore: refresh content and add lint + link-check workflows #1

chore: refresh content and add lint + link-check workflows

chore: refresh content and add lint + link-check workflows #1

Workflow file for this run

name: markdownlint
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: |
**/*.md