Added ci pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jef Roosens 2021-12-30 08:29:23 +01:00
parent 1f52afdfe2
commit 83ba3764c6
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

15
.woodpecker.yml Normal file
View file

@ -0,0 +1,15 @@
pipeline:
install:
image: 'node:17.3.0'
commands:
- yarn install
test:
image: 'node:17.3.0'
group: test
comands:
# Lint the code
- yarn run lint
# Make sure the project can be built
- yarn run build