Add CI settings
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Manuel Thalmann 2022-12-04 21:51:34 +01:00
parent cb9de981bb
commit 4d07cfac76

13
.woodpecker.yml Normal file
View file

@ -0,0 +1,13 @@
pipeline:
install:
image: node
commands:
- npm install
build:
image: node
commands:
- npm run build
lint:
image: node
commands:
- npm run lint