pull/21833/head
David Baker 2020-01-24 14:51:11 +00:00
parent 19c49eedec
commit de5c47960c
1 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ steps:
command:
- "echo '--- Install js-sdk'"
- "./scripts/ci/install-deps.sh --ignore-scripts"
- "echo '+++ Lint"
- "echo '+++ Lint'"
- "yarn lint:js"
plugins:
- docker#v3.0.1:
@ -13,7 +13,7 @@ steps:
command:
- "echo '--- Install"
- "yarn install --ignore-scripts"
- "echo '+++ Lint"
- "echo '+++ Lint'"
- "yarn lint:ts"
plugins:
- docker#v3.0.1:
@ -21,9 +21,9 @@ steps:
- label: ":eslint: Types Lint"
command:
- "echo '--- Install"
- "echo '--- Install'"
- "yarn install --ignore-scripts"
- "echo '+++ Lint"
- "echo '+++ Lint'"
- "yarn lint:types"
plugins:
- docker#v3.0.1: