Skip to content

Commit

Permalink
eclint v0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <[email protected]>
  • Loading branch information
greut committed Jan 31, 2020
1 parent b09533a commit f8d3f6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM greut/eclint:v0.0.21
FROM greut/eclint:v0.1.0

COPY entrypoint.sh /usr/local/bin/

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ This action runs eclint on the repository.
## Usage

```yaml
uses: greut/eclint-action@v0.0.21
uses: greut/eclint-action@v0.1.0
```
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ECLINT=eclint

$ECLINT -version

$ECLINT -force_colors
$ECLINT -color=always

0 comments on commit f8d3f6b

Please sign in to comment.