Skip to content

Update installation.md #1616

Update installation.md

Update installation.md #1616

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