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

Commit

Permalink
version 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcodes committed May 8, 2020
1 parent 8c5b168 commit 0058325
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

![Rubocop Linter Action][logo]

![Version Number](https://img.shields.io/static/v1?label=Version&message=v3.1.0&color=blue)
![Version Number](https://img.shields.io/static/v1?label=Version&message=v3.2.0&color=blue)
[![codecov](https://codecov.io/gh/andrewmcodes/rubocop-linter-action/branch/master/graph/badge.svg)](https://codecov.io/gh/andrewmcodes/rubocop-linter-action)
[![CodeFactor](https://www.codefactor.io/repository/github/andrewmcodes/rubocop-linter-action/badge)](https://www.codefactor.io/repository/github/andrewmcodes/rubocop-linter-action)
![Linters](https://github.com/andrewmcodes/rubocop-linter-action/workflows/Linters/badge.svg)
Expand Down Expand Up @@ -51,7 +51,7 @@ Default usage, similar to running `gem install rubocop && rubocop` from your com

```yaml
- name: Rubocop Linter Action
uses: andrewmcodes/rubocop-linter-action@v3.1.0
uses: andrewmcodes/rubocop-linter-action@v3.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: 'Rubocop Linter Action'
description: 'A GitHub Action that lints your Ruby or Ruby on Rails code with Rubocop!'
author: 'Andrew Mason <andrewmcodes@protonmail.com>'
Expand Down
2 changes: 1 addition & 1 deletion docs/example-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Rubocop Linter
uses: andrewmcodes/rubocop-linter-action@v3.1.0
uses: andrewmcodes/rubocop-linter-action@v3.2.0
with:
action_config_path: '.github/config/rubocop_linter_action.yml' # Note: this is the default location
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Default usage, similar to running `gem install rubocop && rubocop` from your com

```yaml
- name: Rubocop Linter Action
uses: andrewmcodes/rubocop-linter-action@v3.1.0
uses: andrewmcodes/rubocop-linter-action@v3.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

0 comments on commit 0058325

Please sign in to comment.