This commit is contained in:
Jasper Guo 2023-03-25 00:50:17 +08:00
Родитель cf50381090
Коммит aae34889bc
1 изменённых файлов: 2 добавлений и 4 удалений

6
.github/workflows/lint.yml поставляемый
Просмотреть файл

@ -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')