Skip to content

fix: improper handling of default value for STATIC_ONLY #4

fix: improper handling of default value for STATIC_ONLY

fix: improper handling of default value for STATIC_ONLY #4

Workflow file for this run

name: Test
on:
push
jobs:
test:
name: Perform checks
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun lint
- run: bun test
- run: bun run typecheck