Skip to content

Remove typeRoots

Remove typeRoots #111

Workflow file for this run

on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: |
npm install -g bun
bun install
bun run lint
bun run build
bun run test