Run mypy on pull requests

This commit is contained in:
Janik Besendorf
2026-06-06 17:31:55 +02:00
parent 1e67a343ca
commit c28a8c4843
+4 -1
View File
@@ -1,5 +1,8 @@
name: Mypy
on: workflow_dispatch
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
mypy_py3: