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:
|
||||
- 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:
|
||||
|
|
Loading…
Reference in a new issue