Update mypy.yml

This commit is contained in:
jdegenstein 2025-01-07 15:31:03 -06:00 committed by GitHub
parent b2e6b3c0d4
commit a2c53eab1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
name: Run type checker
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
typecheck:
strategy: