card-drop/.woodpecker/integration.yml
Ethan Lane ccc1ecdb17
All checks were successful
ci/woodpecker/push/integration Pipeline was successful
continuous-integration/drone/push Build is passing
Add feature branches to lint
2024-01-22 18:23:56 +00:00

16 lines
291 B
YAML

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/*, feature/*, renovate/* ]