Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome1337 authored May 19, 2020
1 parent 314e0d4 commit c5d1720
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This action execute golint command and return the output if the command fail.

## Inputs

### `golint-path`
`golint-path`

Path where your Go files are.
This path will be used by golint command to check code of this files.
Expand All @@ -16,11 +16,11 @@ remove it if you only want to check files of the given directory.

## Outputs

### `golint-output`
`golint-output`

The golint output if the command fail.

For example:
For Example:

```bash
Found 6 lint suggestions; failing.
Expand All @@ -35,7 +35,7 @@ models/Protection.go:3:6: exported type Protection should have comment or be une
## Example Usage

```yaml
uses: Jerome1337/[email protected].1
uses: Jerome1337/[email protected].2
with:
golint-path: './src/...'
````

0 comments on commit c5d1720

Please sign in to comment.