mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-02-07 17:02:29 +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"
|