*: add pyright type checking

This commit is contained in:
Jens Langhammer
2020-05-07 00:32:03 +02:00
parent 80d90b91e8
commit 813dd2894f
6 changed files with 26 additions and 11 deletions

View File

@ -52,6 +52,13 @@ jobs:
run: sudo pip install -U wheel pipenv && pipenv install --dev
- name: Lint with bandit
run: pipenv run bandit -r passbook
pyright:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- name: Run pyright
run: pyright
# Actual CI tests
migrations:
needs: