Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 344 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 344 Bytes

'mypy' docker action

A GitHub action to check static type annotations in Python sources, using python/mypy.

Inputs

package: Python package to check

Outputs

None

Example usage

   uses: containerbuildsystem/actions/mypy@master
   with:
     package: 'osbs'