forked from FoundKeyGang/FoundKey
16 lines
277 B
YAML
16 lines
277 B
YAML
clone:
|
|
git:
|
|
image: woodpeckerci/plugin-git
|
|
settings:
|
|
depth: 1 # CI does not need commit history
|
|
recursive: true
|
|
|
|
pipeline:
|
|
build:
|
|
when:
|
|
event:
|
|
- pull_request
|
|
image: node:18.6.0
|
|
commands:
|
|
- yarn install
|
|
- yarn build
|