Skip to content

chore: bump to 0.11.1 #341

chore: bump to 0.11.1

chore: bump to 0.11.1 #341

Workflow file for this run

name: Markdown Lint
on:
push:
branches:
- master
pull_request:
release:
types: [published]
jobs:
markdown-lint:
name: Markdown Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: |
npm install -g [email protected]
markdownlint --config .markdownlint.yaml '**/*.md'