Add woodpecker CI configuration
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
Sonny Bakker 2024-12-26 20:20:21 +01:00
parent bf43603d65
commit aff565862c
9 changed files with 64 additions and 94 deletions

8
.woodpecker/build.yaml Normal file
View file

@ -0,0 +1,8 @@
when:
- event: push
steps:
- image: node:lts
commands:
- npm install
- npm run build