card-drop/.woodpecker/integration.yml

16 lines
280 B
YAML
Raw Normal View History

2024-01-22 18:22:58 +00:00
steps:
build:
image: node
commands:
- npm ci
- npm run build
when:
event: push
branch: [ hotfix/*, feature/*, renovate/* ]
lint:
image: node
commands:
- npm run lint
when:
event: push
branch: [ hotfix/*, renovate/* ]