Skip to content

added !

added ! #659

Workflow file for this run

name: Lint Markdown
on:
push:
branches:
- "*"
pull_request:
types: [opened, reopened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
container:
image: node:20
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: pnpm lint:md
run: pnpm lint:md