From e9a1442ae73462ca014d08c1f2f513da3081e006 Mon Sep 17 00:00:00 2001 From: Will Gordon Date: Thu, 6 Feb 2025 16:19:55 -0500 Subject: [PATCH] chore(ci): add mypy to actions --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index add02bd..1465557 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,3 +26,6 @@ jobs: - name: Run tests run: | uv run pytest tests + - name: Run typing + run: | + uv run mypy src