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