mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 00:43:16 +00:00
10 lines
173 B
YAML
10 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
|