Add CI
ci/woodpecker/manual/test Pipeline was successful

This commit is contained in:
2024-06-11 08:21:33 +02:00
parent aea465d113
commit 74bcdc3091
+22
View File
@@ -0,0 +1,22 @@
when:
- path:
include: [
'index.ts',
'index.test.ts',
]
steps:
install:
image: oven/bun:alpine
when:
- event: [pull_request, push, manual]
commands:
- bun install
test:
image: oven/bun:alpine
when:
- event: [pull_request, push, manual]
depends_on: install
commands:
- bun test