Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 342 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 342 Bytes

'pytype' docker action

A GitHub action to statically check Python types, using google/pytype.

Inputs

Path to Python sources to check

Outputs

None

Example usage

   uses: containerbuildsystem/actions/pytype@master
   with:
     path: 'atomic_reactor'