Skip to content

add bad link checker job #2

add bad link checker job

add bad link checker job #2

Workflow file for this run

# Lint all markdown files
on: [push, pull_request]
jobs:
# Lint Markdown file job
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v15
with:
# Lint all markdown files in the repo
globs: '**/*.md'
# Automatically fix supported issues
fix: true