Skip to content

↗️ [patch](deps): bump tsx from 4.19.0 to 4.19.1 #3177

↗️ [patch](deps): bump tsx from 4.19.0 to 4.19.1

↗️ [patch](deps): bump tsx from 4.19.0 to 4.19.1 #3177

Workflow file for this run

#
name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install bun
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run test:type-check
- run: bun test
--coverage
--coverage-reporter=lcov
--coverage-reporter=text