Skip to content

Fix bad URLs reported by CI #79

Fix bad URLs reported by CI

Fix bad URLs reported by CI #79

name: "Linter for Markdown"
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
markdown-lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DavidAnson/markdownlint-cli2-action@v16
with:
config: "docs/.sphinx/.markdownlint.json"
working-directory: "docs"