Skip to content

Commit

Permalink
add more inputs to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jbielick committed Oct 3, 2019
1 parent a442af7 commit 57e86f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Runs Pronto runners on your Ruby project via GitHub Actions.

| name | description | default |
| --- | --- | --- |
| formatters | Space-separated list of pronto formatters to use. See [the pronto README](https://github.com/prontolabs/pronto#github-integration) for more information. | `github_pr github_status` |
| runners | Space-separated list of pronto runners to run. Must be the preinstalled runners (ruby only). See [the pronto-ruby image](https://github.com/AdWerx/dockerfiles/tree/master/pronto-ruby) for more info. | `pronto-rubocop` |
| `formatters` | Space-separated list of pronto formatters to use. See [the pronto README](https://github.com/prontolabs/pronto#github-integration) for more information. | `text github_pr github_status` |
| `runners` | Space-separated list of pronto runners to run. Must be the preinstalled runners (ruby only). See [the pronto-ruby image](https://github.com/AdWerx/dockerfiles/tree/master/pronto-ruby) for more info. | `rubocop` |
| `target` | The git target pronto will diff against (`-c`) | `origin/master` |

# Secrets

Expand Down

0 comments on commit 57e86f5

Please sign in to comment.