card-drop/.woodpecker/integration.yml
Ethan Lane 4a4d07fd26
All checks were successful
continuous-integration/drone/push Build is passing
ci/woodpecker/push/integration Pipeline was successful
Testing adding basic workflow
2024-01-22 18:22:58 +00:00

16 lines
280 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/*, renovate/* ]