From 86bb4a4efbea715433e3702ab2e8f8d9ea410b92 Mon Sep 17 00:00:00 2001 From: AhFei Date: Tue, 9 Dec 2025 13:55:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.woodpecker/ci-test.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/ci-test.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .woodpecker/ci-test.yaml diff --git a/.woodpecker/ci-test.yaml b/.woodpecker/ci-test.yaml new file mode 100644 index 0000000..731a624 --- /dev/null +++ b/.woodpecker/ci-test.yaml @@ -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" \ No newline at end of file