Skip to content

Merge branch 'master' into agm-2125-userstyles-article-in-kb #1595

Merge branch 'master' into agm-2125-userstyles-article-in-kb

Merge branch 'master' into agm-2125-userstyles-article-in-kb #1595

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
- name: pnpm lint:md
run: pnpm lint:md