Skip to content

Sync #066d5c90 (#65) #197

Sync #066d5c90 (#65)

Sync #066d5c90 (#65) #197

Workflow file for this run

name: Node.js CI
on:
push:
branches-ignore: ['gh-pages']
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- name: zhlint (non-blocking, see #80)
continue-on-error: true
run: pnpm lint