Skip to content

build(deps): bump drizzle-typebox from 0.1.1 to 0.2.0 #53

build(deps): bump drizzle-typebox from 0.1.1 to 0.2.0

build(deps): bump drizzle-typebox from 0.1.1 to 0.2.0 #53

Workflow file for this run

name: Build Check
on:
push:
branches:
- main
pull_request:
branches: [main]
jobs:
build:
name: Build Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.38
- name: Install Dependencies
run: bun install --frozen-lockfile
- name: Build Application
run: bun run build