Skip to content

feat: ship type declarations generated from the JSDoc (#36) #56

feat: ship type declarations generated from the JSDoc (#36)

feat: ship type declarations generated from the JSDoc (#36) #56

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
- run: npm ci
# The fixture suite renders in real browsers, so they have to be there.
- name: Install browsers
run: npx playwright install --with-deps chromium firefox
- run: npm test