Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
/ mypy-check Public archive
forked from jpetrucciani/mypy-check

github action for python's mypy type checker tool

License

Notifications You must be signed in to change notification settings

plentific/mypy-check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mypy-check

GitHub Action for mypy

Make sure you have a mypy.ini or setup.cfg file at the root of your repository!

Inputs

path

Optional The path to run mypy on

Default "."

Outputs

None

Example usage

uses: jpetrucciani/mypy-check@master

# or specify a path!
uses: jpetrucciani/mypy-check@master
with:
  path: '.'

About

github action for python's mypy type checker tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 85.7%
  • Shell 14.3%