Skip to content

Export addon helpers from rig to remove rig/addons import split (… #405

Export addon helpers from rig to remove rig/addons import split (…

Export addon helpers from rig to remove rig/addons import split (… #405

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions:
contents: read
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Use Node.js
uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
- name: Install dependencies
run: npm ci
- name: Typecheck
run: npm run typecheck
- name: Lint
run: npm run lint
- name: Test
run: npm test