add pyright workflow, unify mypy+flake8+pylint workflows

Co-authored-by: dni  <office@dnilabs.com>
This commit is contained in:
Pavol Rusnak
2023-02-06 13:31:42 +01:00
committed by dni ⚡
co-authored by dni ⚡
parent c117ad6aa4
commit b8a5cc60b8
4 changed files with 42 additions and 14 deletions
+2 -2
View File
@@ -19,9 +19,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
cache: "poetry"
- name: Install dependencies
run: |
poetry install
- name: Run tests
run: poetry run mypy
run: make mypy