Add Woodpecker CI pipeline

This commit is contained in:
root 2026-06-18 04:46:52 +00:00
parent 66cbe1ca13
commit eda29636a1

12
.woodpecker.yml Normal file
View File

@ -0,0 +1,12 @@
when:
- event: push
branch: main
- event: pull_request
steps:
build:
image: node:20-alpine
commands:
- echo Hello from Woodpecker CI
- node --version
- npm --version