Skip to content

chore: add missing "continue" refs on pages #50

chore: add missing "continue" refs on pages

chore: add missing "continue" refs on pages #50

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
name: markdown-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: avto-dev/markdown-lint@v1
with:
config: ".markdownlint.yml"
args: "content/posts/*.md"