Skip to content

chore: bump version 0.11.1 -> 0.12.0 (#231) #356

chore: bump version 0.11.1 -> 0.12.0 (#231)

chore: bump version 0.11.1 -> 0.12.0 (#231) #356

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'