fix lint not running (#27)

* fix lint not running
This commit is contained in:
Boshi Lian 2019-01-30 17:49:42 -08:00 committed by GitHub
parent 2451edf0f3
commit b437759835
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,10 @@ steps:
displayName: 'Get dependencies'
- script: |
set -e
./lint.sh
! ./lint.sh 2>&1 | read
workingDirectory: '$(modulePath)'
displayName: Lint