Files
horse/.woodpecker/zenno.yaml
T
zephyr 65b81612bc
ci/woodpecker/push/horsebot Pipeline was successful
ci/woodpecker/push/zenno Pipeline failed
ci: allow running manually
2026-07-10 17:29:35 -04:00

16 lines
240 B
YAML

when:
- event: push
branch: main
- event: pull_request
- event: manual
steps:
- name: test
image: node:24-alpine
commands:
- cd zenno
- npm ci
- npm run check
- npm run lint
- npm run test