ConnectForce/.woodpecker.yml
Manuel Thalmann 4d07cfac76
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add CI settings
2022-12-04 21:51:34 +01:00

14 lines
191 B
YAML

pipeline:
install:
image: node
commands:
- npm install
build:
image: node
commands:
- npm run build
lint:
image: node
commands:
- npm run lint