Merge pull request #3063 from matrix-org/jryans/js-sdk-for-lint
Install latest JS SDK when linting
This commit is contained in:
commit
ba5fd8a49d
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,12 @@
|
||||||
steps:
|
steps:
|
||||||
- label: ":eslint: Lint"
|
- label: ":eslint: Lint"
|
||||||
command:
|
command:
|
||||||
- "yarn install"
|
# TODO: Remove hacky chmod for BuildKite
|
||||||
|
- "echo '--- Setup'"
|
||||||
|
- "chmod +x ./scripts/ci/*.sh"
|
||||||
|
- "chmod +x ./scripts/*"
|
||||||
|
- "echo '--- Install js-sdk'"
|
||||||
|
- "./scripts/ci/install-deps.sh"
|
||||||
- "yarn lintwithexclusions"
|
- "yarn lintwithexclusions"
|
||||||
- "yarn stylelint"
|
- "yarn stylelint"
|
||||||
plugins:
|
plugins:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue