зеркало из https://github.com/microsoft/asconnect.git
Fix env
This commit is contained in:
Родитель
cf50381090
Коммит
aae34889bc
|
@ -33,10 +33,8 @@ jobs:
|
|||
|
||||
- name: Lint
|
||||
run: |
|
||||
poetry shell
|
||||
pylint $(git ls-files '*.py')
|
||||
poetry run pylint $(git ls-files '*.py')
|
||||
|
||||
- name: Type check
|
||||
run: |
|
||||
poetry shell
|
||||
mypy $(git ls-files '*.py')
|
||||
poetry run mypy $(git ls-files '*.py')
|
Загрузка…
Ссылка в новой задаче