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

Closes #1
This commit is contained in:
2024-05-21 16:04:21 +02:00
parent 31d808fac0
commit 500a62113b
+19
View File
@@ -0,0 +1,19 @@
when:
- path:
include: ['index.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