mirror of
https://github.com/mvt-project/mvt.git
synced 2026-06-11 17:27:48 +02:00
Run mypy on pull requests
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
name: Mypy
|
||||
on: workflow_dispatch
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
mypy_py3:
|
||||
|
||||
Reference in New Issue
Block a user