feat(ci): Add woodpecker workflow
Some checks are pending
ci/woodpecker/push/build Pipeline is pending

This commit is contained in:
Ashhhleyyy 2022-07-04 20:29:18 +01:00
parent 3ac654cdd6
commit 1995353e30
Signed by: ash
GPG key ID: 83B789081A0878FB

8
.woodpecker/build.yml Normal file
View file

@ -0,0 +1,8 @@
pipeline:
build:
image: node:14-alpine
commands:
- pnpm ci
- yarn build
when:
event: [push]