Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 406 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 406 Bytes

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: '.'