This commit is contained in:
parent
a48f0603b2
commit
9fb856e43f
3 changed files with 4 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
bun 1.2.4
|
||||
2
mise.toml
Normal file
2
mise.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[tools]
|
||||
bun = "latest"
|
||||
Loading…
Add table
Reference in a new issue