add ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-03-31 17:55:52 +02:00
parent 01a2b9bc0c
commit edeb7024d0
Signed by: deblan
GPG key ID: 579388D585F70417

13
.woodpecker.yml Normal file
View file

@ -0,0 +1,13 @@
pipeline:
dependencies:
image: node:16
pull: true
commands:
- npm i
tests:
image: node:16
pull: true
commands:
- npm run test