Skip to content

jpetrucciani/prospector-check

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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"