-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
586fb5b
commit 01380c7
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ RUN apk add --update build-base git | |
|
||
LABEL "repository"="https://github.com/andrewmcodes/standardrb-action" | ||
LABEL "maintainer"="Andrew Mason <[email protected]>" | ||
LABEL "version"="0.0.1" | ||
LABEL "version"="0.0.2" | ||
|
||
COPY lib /action/lib | ||
COPY README.md LICENSE / | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
![StandardRB](https://github.com/andrewmcodes/standardrb-action/workflows/StandardRB/badge.svg) | ||
![Tests](https://github.com/andrewmcodes/standardrb-action/workflows/Test/badge.svg) | ||
![Build](https://github.com/andrewmcodes/standardrb-action/workflows/Build/badge.svg) | ||
![Version Number](https://img.shields.io/static/v1?label=Version&message=v0.0.1&color=blue) | ||
![Version Number](https://img.shields.io/static/v1?label=Version&message=v0.0.2&color=blue) | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) | ||
|
||
# :white_check_mark: StandardRB Action | ||
|
@@ -22,7 +22,7 @@ Add the following to your GitHub action workflow to use StandardRB Linter Action | |
|
||
```yaml | ||
- name: StandardRB Linter | ||
uses: andrewmcodes/[email protected].1 | ||
uses: andrewmcodes/[email protected].2 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
``` | ||
|
@@ -42,7 +42,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v1 | ||
- name: StandardRB Linter | ||
uses: andrewmcodes/[email protected].1 | ||
uses: andrewmcodes/[email protected].2 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
``` | ||
|