FoundKey/.woodpecker/lint-client.yml

23 lines
392 B
YAML
Raw Normal View History

2022-07-18 07:15:32 +00:00
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 1 # CI does not need commit history
recursive: true
pipeline:
install:
when:
branch: main
event: push
image: node:18.6.0
commands:
- yarn install
lint:
when:
branch: main
event: push
image: node:18.6.0
commands:
2022-08-26 19:33:39 +00:00
- yarn workspace client run lint