mise
All checks were successful
Deployment / Deploy Storybook (push) Successful in 5m35s

This commit is contained in:
Benjamin Palko 2025-06-30 09:05:28 -04:00
parent a48f0603b2
commit 9fb856e43f
3 changed files with 4 additions and 3 deletions

View file

@ -22,7 +22,7 @@ jobs:
- name: Bun Setup
uses: oven-sh/setup-bun@v2
with:
bun-version-file: '.tool-versions'
bun-version-file: 'mise.toml'
- name: Install
run: bun install
- name: Lint
@ -34,4 +34,4 @@ jobs:
- name: Prisma Check
run: bun prisma:validate
- name: Test
run: bun run test:unit
run: bun run test:unit

View file

@ -1 +0,0 @@
bun 1.2.4

2
mise.toml Normal file
View file

@ -0,0 +1,2 @@
[tools]
bun = "latest"