Skip to content

Commit

Permalink
prepare for 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jbielick committed Jan 4, 2021
1 parent 9e772fc commit 3aa7958
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: git fetch origin master --depth=1
- uses: adwerx/pronto-ruby@v2.7
- uses: adwerx/pronto-ruby@v2.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -93,7 +93,7 @@ name: Pronto
- run: git fetch origin master --depth=1
- uses: actions/setup-node@v1
- run: yarn install --ignore-optional --ignore-scripts --frozen-lockfile --non-interactive
- uses: adwerx/pronto-ruby@v2.7
- uses: adwerx/pronto-ruby@v2.8
with:
runners: eslint_npm # ...
env:
Expand Down
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Pronto Ruby
author: [email protected]
description: Your all-in-one Pronto ruby code review automation.
description: |
Run pronto code review runners on your commits and pull requests.
All runner messages are posted to GitHub as a check suite and inline code annotations.
Includes all ruby runner runners and eslint_npm.
branding:
icon: code
color: red
Expand Down

0 comments on commit 3aa7958

Please sign in to comment.