jaster.xyz/.woodpecker/ci.yml
2026-03-03 20:32:51 +01:00

10 lines
155 B
YAML

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