File tree Expand file tree Collapse file tree 5 files changed +79
-72
lines changed
Expand file tree Collapse file tree 5 files changed +79
-72
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ jobs:
1818 - name : Setup Bun
1919 uses : oven-sh/setup-bun@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0
2020 with :
21- bun-version : latest
21+ bun-version-file : " .bun-version "
2222
2323 - name : Install dependencies
2424 run : bun install --frozen-lockfile
2525
26- - name : Run tests
27- run : bun run test
28-
2926 - name : Typecheck code
3027 run : bun run typecheck
3128
32- - name : Build (test)
29+ - name : Build
3330 run : bun run build
31+
32+ - name : Run tests
33+ run : bun run test
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/2.3.10 /schema.json" ,
2+ "$schema" : " https://biomejs.dev/schemas/2.3.12 /schema.json" ,
33 "vcs" : {
44 "enabled" : true ,
55 "clientKind" : " git" ,
You can’t perform that action at this time.
0 commit comments