bun bun bun #3
5 changed files with 10 additions and 7 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -2,7 +2,7 @@
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.defaultFormatter": "biomejs.biome",
|
"editor.defaultFormatter": "biomejs.biome",
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.organizeImports.biome": true
|
"source.organizeImports.biome": "explicit"
|
||||||
},
|
},
|
||||||
"typescript.tsdk": "node_modules/typescript/lib"
|
"typescript.tsdk": "node_modules/typescript/lib"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: oven/bun:1.0.25-slim
|
image: oven/bun:${BUN_VERSION}-slim
|
||||||
commands:
|
commands:
|
||||||
- bun install
|
- bun install
|
||||||
- bun run build
|
- bun run build
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
BUN_VERSION:
|
||||||
|
- 1.0.25
|
||||||
|
- 1.0.26
|
|
@ -1,10 +1,7 @@
|
||||||
steps:
|
steps:
|
||||||
lint:
|
lint:
|
||||||
image: oven/bun:${BUN_VERSION}-slim
|
image: oven/bun:1.0.26-slim
|
||||||
commands:
|
commands:
|
||||||
- bun install
|
- bun install
|
||||||
- bun run ci
|
- bun run ci
|
||||||
|
|
||||||
matrix:
|
|
||||||
BUN_VERSION:
|
|
||||||
- 1.0.25
|
|
|
@ -10,6 +10,7 @@ steps:
|
||||||
matrix:
|
matrix:
|
||||||
BUN_VERSION:
|
BUN_VERSION:
|
||||||
- 1.0.25
|
- 1.0.25
|
||||||
|
- 1.0.26
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nats:
|
nats:
|
||||||
|
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
Loading…
Reference in a new issue