Linter doesn't need downstream projects
This commit is contained in:
parent
311c81fca0
commit
c63c6fce70
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
||||||
steps:
|
steps:
|
||||||
- label: ":eslint: Lint"
|
- label: ":eslint: Lint"
|
||||||
command:
|
command:
|
||||||
# TODO: Remove hacky chmod for BuildKite
|
- "yarn install"
|
||||||
- "chmod +x ./scripts/ci/*.sh"
|
|
||||||
- "chmod +x ./scripts/*"
|
|
||||||
- "./scripts/ci/install-deps.sh"
|
|
||||||
- "yarn lintwithexclusions"
|
- "yarn lintwithexclusions"
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
|
|
Loading…
Reference in a new issue