FoundKey/.woodpecker/lint-client.yml
Chloe Kudryavtsev 20c0a7c6f4
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
chore: limit CI to PR only
this is a temporary stopgap measure
2022-08-25 12:29:34 -04:00

23 lines
393 B
YAML

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 --cwd ./packages/client lint