Skip to content

Commit

Permalink
Merge pull request #30 from reviewdog/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mgrachev authored Feb 16, 2021
2 parents b453956 + 1027eec commit ef650f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,14 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
- name: rubocop
uses: reviewdog/action-rubocop@v1
with:
rubocop_version: 0.80.1
rubocop_extensions: rubocop-performance:1.5.1 rubocop-minitest
rubocop_version: gemfile
rubocop_extensions: rubocop-rails:gemfile rubocop-rspec:gemfile
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Default is github-pr-check
```
Expand Down

0 comments on commit ef650f3

Please sign in to comment.