Skip to content

Commit

Permalink
Update readme to reflect config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-printreleaf committed Jul 18, 2022
1 parent 813988b commit b1ef46e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: standardrb
uses: SennaLabs/action-standardrb@v0.0.3
uses: PrintReleaf/action-standardrb@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Default is github-pr-check
rubocop_version: 0.1.6
rubocop_flags: --format progress
standard_version: 1.12.1
```

## Note
Expand Down

0 comments on commit b1ef46e

Please sign in to comment.