Release v1.0.0 (#26)
This commit is contained in:
parent
788d059426
commit
144099eee3
@ -9,7 +9,7 @@ LABEL "com.github.actions.color"="red"
|
||||
|
||||
LABEL "repository"="https://github.com/andrewmcodes/rubocop-linter-action"
|
||||
LABEL "maintainer"="Andrew Mason <andrewmcodes@protonmail.com>"
|
||||
LABEL "version"="0.2.0"
|
||||
LABEL "version"="1.0.0"
|
||||
|
||||
|
||||
COPY lib /action/lib
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||

|
||||

|
||||

|
||||

|
||||
[](#contributors)
|
||||
|
||||
# Rubocop Linter Action
|
||||
@ -15,7 +15,7 @@ Add the following to your GitHub action workflow:
|
||||
|
||||
```yaml
|
||||
- name: Rubocop Linter
|
||||
uses: andrewmcodes/rubocop-linter-action@v0.2.0
|
||||
uses: andrewmcodes/rubocop-linter-action@v1.0.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
```
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Rubocop Linter
|
||||
uses: andrewmcodes/rubocop-linter-action@v0.2.0
|
||||
uses: andrewmcodes/rubocop-linter-action@v1.0.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user