Skip to content

ci(#95): lint in ci

ci(#95): lint in ci #1

Workflow file for this run

name: Lint Markdown
on:
push:
branches:
- '**'
jobs:
lint:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v16
with:
config: .github/.marklint-cli2.yaml