Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.azure
diff options
context:
space:
mode:
authorThomas Schmid <thsmi@users.noreply.github.com>2020-05-17 05:17:21 +0300
committerThomas Schmid <thsmi@users.noreply.github.com>2020-05-17 05:17:21 +0300
commit0bc177981adfae23b9e091ee3653a1f029622373 (patch)
treebbff2a75f2ca4c49e6fceb8de32f9d04ef1fdfd8 /.azure
parented93e76b508f0d3d92cca92fe43a844b03fdd43d (diff)
Update windows.yml for Azure Pipelines
Diffstat (limited to '.azure')
-rw-r--r--.azure/windows.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.azure/windows.yml b/.azure/windows.yml
index d2fead1e..09136489 100644
--- a/.azure/windows.yml
+++ b/.azure/windows.yml
@@ -10,6 +10,10 @@ jobs:
steps:
- script: yarn install
displayName: "Install Yarn"
+
+ - script: yarn lint
+ displayName: "Running ESLint"
+
- task: gulp@1
inputs:
targets: 'app:zip-win32'