chss/.woodpecker/build.yml
Ashhhleyyy 1995353e30
Some checks are pending
ci/woodpecker/push/build Pipeline is pending
feat(ci): Add woodpecker workflow
2022-07-04 20:29:18 +01:00

8 lines
124 B
YAML

pipeline:
build:
image: node:14-alpine
commands:
- pnpm ci
- yarn build
when:
event: [push]