Browse Source

Update workflow to include mypy

pull/1675/head
Hironsan 2 years ago
parent
commit
cf6c48632d
1 changed files with 3 additions and 0 deletions
  1. 3
      .github/workflows/ci.yml

3
.github/workflows/ci.yml

@ -35,6 +35,9 @@ jobs:
run: | run: |
pipenv run black pipenv run black
working-directory: ./backend working-directory: ./backend
- name: mypy
run: |
pipenv run mypy
- name: Run tests - name: Run tests
run: | run: |
pipenv run test pipenv run test

Loading…
Cancel
Save