ConnectForce/.woodpecker.yml
Manuel Thalmann e2f8bba503
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add CI configuration
2022-12-02 01:05:07 +01:00

18 lines
250 B
YAML

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