when: - event: [push, pull_request] branch: main steps: test: image: oven/bun:debian commands: - bun install - bun test