Skip to content

Commit

Permalink
Merge pull request #250 from ajnelson-nist/review_typing_with_github_…
Browse files Browse the repository at this point in the history
…action

Enable type checking in Continuous Integration
  • Loading branch information
ashleysommer authored Sep 30, 2024
2 parents 0081d70 + c0e8a75 commit ab4bf12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ jobs:
python3 -m venv venv
source venv/bin/activate
pip install poetry
make dev
make type-check

0 comments on commit ab4bf12

Please sign in to comment.