]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
ci: add lint
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 9 Dec 2019 10:34:22 +0000 (11:34 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 9 Dec 2019 10:34:22 +0000 (11:34 +0100)
circle.yml

index 780775301d5d741b0b69ec24296c30c2088bd06b..78404defd4d4a25e28a062dc6b48da52bfbd61f8 100644 (file)
@@ -27,6 +27,7 @@ jobs:
             - node_modules
           key: dependencies-cache-{{ checksum "yarn.lock" }}
 
+      - run: yarn run lint
       - run: yarn run test:types
       - run: yarn run test:unit --maxWorkers=2
       - run: yarn build