prettier/.azure-pipelines/jobs/dev-lint.yml

12 lines
328 B
YAML

steps:
- template: ../steps/install-nodejs.yml
- template: ../steps/install-dependencies.yml
- script: yarn check-deps
displayName: "Check dependencies"
- script: yarn lint
displayName: "Lint code"
- script: yarn lint-docs
displayName: "Lint docs"
- script: yarn spellcheck
displayName: "Spellcheck"