Files
horse/.woodpecker/zenno.yaml
T
zephyr 7d395b2cc7
ci/woodpecker/push/horsebot Pipeline was successful
ci: set up
2026-06-17 10:50:04 -04:00

17 lines
264 B
YAML

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