jpetrucciani / prospector-check

github action for python's prospector tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prospector-check

GitHub Action for prospector

Make sure you have a .prospector.yaml file at the root of your repository!

Inputs

prospector_flags

Optional Optional prospector flags (refer to prospector --help)

Default ""

Outputs

None

Example usage

uses: jpetrucciani/prospector-check@master


# or pass additional flags!
uses: jpetrucciani/prospector-check@master
with:
  prospector_flags: "--without-tool pyroma"

About

github action for python's prospector tool

License:MIT License


Languages

Language:Python 63.3%Language:Shell 19.1%Language:Dockerfile 17.6%