diff --git a/README.md b/README.md index 562e8e7..9f5b129 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: @@ -51,6 +55,7 @@ With specific runners: name: Build on: + - push - pull_request jobs: diff --git a/static/1.png b/static/1.png new file mode 100644 index 0000000..0d7432e Binary files /dev/null and b/static/1.png differ diff --git a/static/2.png b/static/2.png new file mode 100644 index 0000000..b43f02d Binary files /dev/null and b/static/2.png differ