Skip to content

ci: add markdown lint #2

ci: add markdown lint

ci: add markdown lint #2

Workflow file for this run

name: Lint
on:
pull_request:
push:
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: articulate/actions-markdownlint@v1.1.0