From b437759835da9cd4c59771c5516a9a80b41c5ac2 Mon Sep 17 00:00:00 2001 From: Boshi Lian Date: Wed, 30 Jan 2019 17:49:42 -0800 Subject: [PATCH] fix lint not running (#27) * fix lint not running --- .azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 64e9a67c..d35848b8 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -35,7 +35,10 @@ steps: displayName: 'Get dependencies' - script: | + set -e + ./lint.sh + ! ./lint.sh 2>&1 | read workingDirectory: '$(modulePath)' displayName: Lint