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

23 lines
397 B
YAML
Raw Permalink 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:
2022-08-26 19:06:45 +00:00
when:
branch: main
event: push
2022-08-26 19:06:45 +00:00
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 foundkey-js run lint