Skip to content

docs: expand TROUBLESHOOTING.md to CNA depth #127

docs: expand TROUBLESHOOTING.md to CNA depth

docs: expand TROUBLESHOOTING.md to CNA depth #127

Workflow file for this run

name: Markdown Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v24
with:
globs: "**/*.md"