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 "repository"="https://github.com/andrewmcodes/rubocop-linter-action"
|
||||||
LABEL "maintainer"="Andrew Mason <andrewmcodes@protonmail.com>"
|
LABEL "maintainer"="Andrew Mason <andrewmcodes@protonmail.com>"
|
||||||
LABEL "version"="0.2.0"
|
LABEL "version"="1.0.0"
|
||||||
|
|
||||||
|
|
||||||
COPY lib /action/lib
|
COPY lib /action/lib
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||

|

|
||||||

|

|
||||||

|

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