1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Linter doesn't need downstream projects

This commit is contained in:
Travis Ralston
2019-03-13 18:33:45 -06:00
parent 311c81fca0
commit c63c6fce70

View File

@@ -1,10 +1,7 @@
steps:
- label: ":eslint: Lint"
command:
# TODO: Remove hacky chmod for BuildKite
- "chmod +x ./scripts/ci/*.sh"
- "chmod +x ./scripts/*"
- "./scripts/ci/install-deps.sh"
- "yarn install"
- "yarn lintwithexclusions"
plugins:
- docker#v3.0.1: