Skip to content

Add versioned docs infrastructure and fix broken site URL #45

Add versioned docs infrastructure and fix broken site URL

Add versioned docs infrastructure and fix broken site URL #45

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 18
- run: npm test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 18
- run: npx @biomejs/biome check setup.js test.js