ci: set up
ci/woodpecker/push/horsebot Pipeline was successful

This commit is contained in:
2026-06-17 10:50:04 -04:00
parent 2b69211a6c
commit 7d395b2cc7
2 changed files with 27 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
when:
- event: push
branch: main
path: 'zenno/**'
- event: pull_request
path: 'zenno/**'
steps:
- name: test
image: node:24-alpine
commands:
- cd zenno
- npm ci
- npm run check
- npm run lint
- npm run test