/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
script/vsts/lint.yml
12 строк
259 B
Benjamin Gray
remove lint caching
17 сен 2020, 04:18
17 сен 2020, 04:18
4d9241b
Код
Авторство
О чём код?
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