Update README.md
Add v0.1.2 into examples.
This commit is contained in:
parent
e54aa7c9bf
commit
ffe7c484ef
@ -12,7 +12,7 @@ Add the following to your GitHub action workflow:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Rubocop Linter
|
- name: Rubocop Linter
|
||||||
uses: andrewmcodes/rubocop-linter-action@0.1.1
|
uses: andrewmcodes/rubocop-linter-action@0.1.2
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
```
|
```
|
||||||
@ -40,7 +40,7 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y postgresql-client libpq-dev
|
sudo apt-get install -y postgresql-client libpq-dev
|
||||||
- name: Rubocop Linter
|
- name: Rubocop Linter
|
||||||
uses: andrewmcodes/rubocop-linter-action@0.1.1
|
uses: andrewmcodes/rubocop-linter-action@0.1.2
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user