mirror of
https://github.com/element-hq/element-desktop
synced 2025-04-01 11:53:42 +02:00
9 lines
153 B
YAML
9 lines
153 B
YAML
steps:
|
|
- label: ":eslint: Lint"
|
|
command:
|
|
- "yarn install"
|
|
- "yarn lint"
|
|
plugins:
|
|
- docker#v3.0.1:
|
|
image: "node:10"
|