mirror of
https://github.com/mvt-project/mvt.git
synced 2026-02-12 16:42:45 +00:00
Temporarily disable automatic type checks in CI
MyPy checks should be renabled once the types are fixed in https://github.com/mvt-project/mvt/issues/545
This commit is contained in:
6
.github/workflows/mypy.yml
vendored
6
.github/workflows/mypy.yml
vendored
@@ -1,9 +1,5 @@
|
||||
name: Mypy
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
mypy_py3:
|
||||
|
||||
Reference in New Issue
Block a user