bun bun bun #3
3 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
when:
|
||||
event: [push]
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: oven/bun:${BUN_VERSION}-slim
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
when:
|
||||
event: [push]
|
||||
|
||||
steps:
|
||||
lint:
|
||||
image: oven/bun:1.0.26-slim
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
when:
|
||||
event: [push]
|
||||
|
||||
steps:
|
||||
test:
|
||||
image: oven/bun:${BUN_VERSION}-slim
|
||||
|
|
Loading…
Reference in a new issue