Skip to content

Prepare toc-rail 0.1.2 release #2

Prepare toc-rail 0.1.2 release

Prepare toc-rail 0.1.2 release #2

Workflow file for this run

name: CI
"on":
pull_request:
push:
branches:
- main
jobs:
release-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npx playwright install --with-deps chromium
- run: npm run release:check