Skip to content

Initial Developer Preview scaffold #1

Initial Developer Preview scaffold

Initial Developer Preview scaffold #1

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
test:
name: Test toolkit-builtins
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
- name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
with:
node-version: '22'
- name: Run package tests
run: npm test
- name: Verify package can be packed
run: npm pack --dry-run