add pyright workflow, unify mypy+flake8+pylint workflows
Co-authored-by: dni ⚡ <office@dnilabs.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user