imgphash/.woodpecker/ci.yml
2026-03-03 22:12:19 +01:00

10 lines
149 B
YAML

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