feat(ci): Add woodpecker workflow
Some checks are pending
ci/woodpecker/push/build Pipeline is pending
Some checks are pending
ci/woodpecker/push/build Pipeline is pending
This commit is contained in:
parent
3ac654cdd6
commit
1995353e30
1 changed files with 8 additions and 0 deletions
8
.woodpecker/build.yml
Normal file
8
.woodpecker/build.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: node:14-alpine
|
||||||
|
commands:
|
||||||
|
- pnpm ci
|
||||||
|
- yarn build
|
||||||
|
when:
|
||||||
|
event: [push]
|
Loading…
Reference in a new issue