Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcodes committed Sep 12, 2020
1 parent 4cf1ec2 commit c9de2ff
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 @@ -47,7 +47,7 @@ The default usage, similar to running `gem install rubocop && rubocop` from your

```yaml
- name: RuboCop Linter Action
uses: andrewmcodes/rubocop-linter-action@v3.2.0
uses: andrewmcodes/rubocop-linter-action@v3.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: RuboCop Linter
uses: andrewmcodes/rubocop-linter-action@v3.2.0
uses: andrewmcodes/rubocop-linter-action@v3.3.0
with:
action_config_path: ".github/config/rubocop_linter_action.yml" # Note: this is the default location
env:
Expand Down Expand Up @@ -303,7 +303,7 @@ Stop the workflow execution if the linter returns some failures.

```yaml
- name: RuboCop Linter Action
uses: andrewmcodes/rubocop-linter-action@v3.2.0
uses: andrewmcodes/rubocop-linter-action@v3.3.0
with:
exit_on_failure: true
env:
Expand Down

0 comments on commit c9de2ff

Please sign in to comment.