Merge pull request #3932 from matrix-org/dbkr/reenable_stylelint

Re-enable stylelint on CI
pull/21833/head
David Baker 2020-01-24 14:19:53 +00:00 committed by GitHub
commit 75f5326db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -25,6 +25,14 @@ steps:
plugins:
- docker#v3.0.1:
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"
agents:

View File

@ -24,7 +24,7 @@ limitations under the License.
bottom: -1px;
right: -2px;
height: 10px;
width: 10px
width: 10px;
}
}