添加 .woodpecker/ci-test.yaml
All checks were successful
ci/woodpecker/push/ci-test Pipeline was successful

This commit is contained in:
2025-12-09 13:55:26 +08:00
parent a55b95ffd2
commit 86bb4a4efb

11
.woodpecker/ci-test.yaml Normal file
View File

@@ -0,0 +1,11 @@
when:
- event: push
branch: main
steps:
- name: node-build
image: node:20-alpine
commands:
- echo "Running Node.js test..."
- node -e 'console.log("Hello, world! from Node.js")'
- echo "CI test success! Dejavu Moe says hello to you"