Skip to content

chore: fix typecheck to only run when js-type has been modified #9

chore: fix typecheck to only run when js-type has been modified

chore: fix typecheck to only run when js-type has been modified #9

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@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run tests
run: bun run test