Files
atom/script/vsts/lint.yml
2020-09-17 11:18:53 +10:00

13 lines
259 B
YAML

jobs:
- job: Lint
timeoutInMinutes: 10
pool:
vmImage: ubuntu-latest
steps:
- script: |
cd script
npm ci
displayName: Install script dependencies
- script: script/lint
displayName: Run linter