element-desktop/.buildkite/pipeline.yaml

9 lines
153 B
YAML
Raw Normal View History

steps:
- label: ":eslint: Lint"
command:
- "yarn install"
- "yarn lint"
plugins:
- docker#v3.0.1:
image: "node:10"