2022-12-13 20:42:08 +00:00
|
|
|
clone:
|
|
|
|
git:
|
|
|
|
image: woodpeckerci/plugin-git
|
|
|
|
settings:
|
|
|
|
depth: 1 # CI does not need commit history
|
|
|
|
recursive: true
|
|
|
|
|
|
|
|
pipeline:
|
|
|
|
install:
|
|
|
|
when:
|
2023-05-07 13:26:14 +00:00
|
|
|
branch: main
|
|
|
|
event: push
|
2022-12-13 20:42:08 +00:00
|
|
|
image: node:18.6.0
|
|
|
|
commands:
|
|
|
|
- yarn install
|
|
|
|
lint:
|
|
|
|
when:
|
2023-05-07 13:26:14 +00:00
|
|
|
branch: main
|
|
|
|
event: push
|
2022-12-13 20:42:08 +00:00
|
|
|
image: node:18.6.0
|
|
|
|
commands:
|
|
|
|
- yarn workspace sw run lint
|