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

This commit is contained in:
2024-05-21 15:48:35 +02:00
parent b0dc686a4e
commit 1f46ee554b
+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
when:
- event: [pull_request, push, manual]
depends_on: install
commands:
- bun test