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

Commit

Permalink
v1.0.3 version bump (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcodes authored Nov 7, 2019
1 parent 4ef2f59 commit 39e0949
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.2"
LABEL "version"="1.0.3"

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
@@ -1,7 +1,7 @@
![Rubocop](https://github.com/andrewmcodes/rubocop-linter-action/workflows/Rubocop/badge.svg)
![Tests](https://github.com/andrewmcodes/rubocop-linter-action/workflows/Test/badge.svg)
![Build](https://github.com/andrewmcodes/rubocop-linter-action/workflows/Build/badge.svg)
![Version Number](https://img.shields.io/static/v1?label=Version&message=v1.0.2&color=blue)
![Version Number](https://img.shields.io/static/v1?label=Version&message=v1.0.3&color=blue)
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)

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

```yaml
- name: Rubocop Linter
uses: andrewmcodes/[email protected].2
uses: andrewmcodes/[email protected].3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Rubocop Linter
uses: andrewmcodes/[email protected].2
uses: andrewmcodes/[email protected].3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit 39e0949

Please sign in to comment.