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

Commit

Permalink
version bump to v1.0.5 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcodes authored Nov 18, 2019
1 parent 17a7495 commit fca64e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --update build-base git

LABEL "repository"="https://github.com/andrewmcodes/rubocop-linter-action"
LABEL "maintainer"="Andrew Mason <[email protected]>"
LABEL "version"="1.0.4"
LABEL "version"="1.0.5"

COPY lib /action/lib
COPY README.md LICENSE /
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
![Tests](https://github.com/andrewmcodes/rubocop-linter-action/workflows/Test/badge.svg)
![Build](https://github.com/andrewmcodes/rubocop-linter-action/workflows/Build/badge.svg)
[![Changelog](https://github.com/andrewmcodes/rubocop-linter-action/workflows/Changelog/badge.svg)](/CHANGELOG.md)
![Version Number](https://img.shields.io/static/v1?label=Version&message=v1.0.4&color=blue)
![Version Number](https://img.shields.io/static/v1?label=Version&message=v1.0.5&color=blue)
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors)

# :white_check_mark: Rubocop Linter Action
Expand Down Expand Up @@ -36,7 +36,7 @@ Add the following to your GitHub action workflow to use Rubocop Linter Action:

```yaml
- name: Rubocop Linter
uses: andrewmcodes/[email protected].4
uses: andrewmcodes/[email protected].5
with:
additional_gems: 'rubocop-rails rubocop-performance'
fail_level: 'warning'
Expand All @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Rubocop Linter
uses: andrewmcodes/[email protected].4
uses: andrewmcodes/[email protected].5
with:
additional_gems: 'rubocop-rails rubocop-performance'
fail_level: 'warning'
Expand Down

0 comments on commit fca64e6

Please sign in to comment.