Implements woodpecker pipeline #19

Merged
OCram85 merged 18 commits from woodpecker into master 2022-09-13 13:24:46 +02:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit d081d4ec82 - Show all commits

7
.woodpecker/.test.yml Normal file
View File

@ -0,0 +1,7 @@
pipeline:
build:
image: node:lts-buster-slim
commands:
- npm install
- npm run test
- npm run build