run same lint script on azure

This commit is contained in:
Ivan Kopeykin 2021-11-03 17:35:08 +03:00
parent 03001118e9
commit 40c62e3357
1 changed files with 1 additions and 7 deletions

View File

@ -86,13 +86,7 @@ jobs:
- script: |
set -e
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
yarn -s run code-lint --format junit > junit.xml
yarn special-lint
yarn type-lint
yarn typings-lint
yarn yarn-lint
yarn pretty-lint
yarn spellcheck
yarn lint
env:
CI: "true"
displayName: "Run linting"