bun bun bun #3

Merged
qpismont merged 3 commits from switch-to-bun into main 2024-02-08 20:33:08 +01:00
3 changed files with 9 additions and 0 deletions
Showing only changes of commit 00d45d670b - Show all commits

View file

@ -1,3 +1,6 @@
when:
event: [push]
steps:
build:
image: oven/bun:${BUN_VERSION}-slim

View file

@ -1,3 +1,6 @@
when:
event: [push]
steps:
lint:
image: oven/bun:1.0.26-slim

View file

@ -1,3 +1,6 @@
when:
event: [push]
steps:
test:
image: oven/bun:${BUN_VERSION}-slim