mirror of
https://codeberg.org/JasterV/imgphash.git
synced 2026-04-26 18:10:01 +00:00
10 lines
149 B
YAML
10 lines
149 B
YAML
when:
|
|
- event: [push, pull_request]
|
|
branch: main
|
|
|
|
steps:
|
|
test:
|
|
image: oven/bun:debian
|
|
commands:
|
|
- bun install
|
|
- bun test
|