Skip to content

Commit

Permalink
add images to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jbielick committed Oct 7, 2019
1 parent 4890835 commit bf572f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Description

Runs Pronto runners on your Ruby project via GitHub Actions.
Runs Pronto runners on your Ruby project via GitHub Actions and reports back with a GitHub Check Run.

![](static/1.png)


# Inputs

Expand All @@ -26,12 +29,13 @@ Pronto can be configured via the `.pronto.yml` configuration file in your repo.

# Example

With the defaults:
With the defaults (only rubocop):

```yaml
name: Build
on:
- push
- pull_request
jobs:
Expand All @@ -51,6 +55,7 @@ With specific runners:
name: Build
on:
- push
- pull_request
jobs:
Expand Down
Binary file added static/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bf572f2

Please sign in to comment.