mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01: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"
|