Sfoglia il codice sorgente

Add GitHub action to check mypy

pull/960/head
Vadim Kharitonov 10 mesi fa
parent
commit
4daa79c1d6
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: E588C1A9283FE92A
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      .github/workflows/test.yml

+ 2
- 0
.github/workflows/test.yml Vedi File

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

Caricamento…
Annulla
Salva