mirror of https://github.com/vector-im/riot-web
Merge pull request #3932 from matrix-org/dbkr/reenable_stylelint
Re-enable stylelint on CIpull/21833/head
commit
75f5326db2
|
@ -25,6 +25,14 @@ steps:
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
image: "node:12"
|
image: "node:12"
|
||||||
|
- label: ":stylelint: Style Lint"
|
||||||
|
command:
|
||||||
|
- "echo '--- Install'"
|
||||||
|
- "yarn install --ignore-scripts"
|
||||||
|
- "yarn lint:style"
|
||||||
|
plugins:
|
||||||
|
- docker#v3.0.1:
|
||||||
|
image: "node:12"
|
||||||
|
|
||||||
- label: ":jest: Tests"
|
- label: ":jest: Tests"
|
||||||
agents:
|
agents:
|
||||||
|
|
|
@ -24,7 +24,7 @@ limitations under the License.
|
||||||
bottom: -1px;
|
bottom: -1px;
|
||||||
right: -2px;
|
right: -2px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
width: 10px
|
width: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue