소스 검색

Add GitHub action to check mypy

pull/960/head
Vadim Kharitonov 10 달 전
부모
커밋
4daa79c1d6
No known key found for this signature in database GPG 키 ID: E588C1A9283FE92A
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      .github/workflows/test.yml

+ 2
- 0
.github/workflows/test.yml 파일 보기

@@ -33,3 +33,5 @@ jobs:
run: |
poetry install
poetry run python -m unittest -v tests/*.py
- name: Run mypy
run: poetry run mypy

불러오는 중...
취소
저장