FoundKey/.woodpecker/lint-foundkey-js.yml

23 lines
396 B
YAML
Raw Normal View History

2022-08-26 19:06:45 +00:00
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 1 # CI does not need commit history
recursive: true
pipeline:
install:
when:
event:
- pull_request
image: node:18.6.0
commands:
- yarn install
lint:
when:
event:
- pull_request
image: node:18.6.0
commands:
- yarn workspaces foundkey-js run lint