Skip to content

Commit

Permalink
Run typechecker on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Mar 13, 2024
1 parent 8c32f5a commit 12f15a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,17 @@ jobs:

- name: Run linter
run: flake8

typechecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y python3 python3-pip

- name: Run build
run: pip3 install .[dev]

- name: Run typechecker
run: mypy

0 comments on commit 12f15a0

Please sign in to comment.