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: steps:
build: build:
image: oven/bun:${BUN_VERSION}-slim image: oven/bun:${BUN_VERSION}-slim

View file

@ -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

View file

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