default: image: oven/bun stages: - build - lint build: tags: - linux lint: tags: - linux script: - bun install -g biome - biome check - biome lint