init repo

This commit is contained in:
2025-09-11 13:41:58 +02:00
commit b4bb3e3eed
13 changed files with 178 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
when:
- path:
include: ['src/**/*.ts']
steps:
install:
image: node
when:
- event: [pull_request, push, manual]
commands:
- npm install
test:
image: oven/bun:alpine
when:
- event: [pull_request, push, manual]
depends_on: install
commands:
- bun test