mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-19 15:06:34 +00:00
9 lines
173 B
YAML
9 lines
173 B
YAML
pipeline:
|
|
build:
|
|
image: node:8
|
|
commands:
|
|
- yarn install
|
|
- yarn run lesshint
|
|
- yarn run test
|
|
- yarn run lint --quiet
|
|
- yarn run build
|