Skip to content

Commit

Permalink
doc: Update usage
Browse files Browse the repository at this point in the history
The example previously provided never worked anyway.
  • Loading branch information
jbergstroem committed Mar 20, 2021
1 parent 1b3e21f commit 788989f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ A github action that checks your Dockerfile with [hadolint][hadolint]. It suppor
## Usage

```yaml
name: "Hadolint"
description: "Analyze Dockerfile with Hadolint"
runs:
steps:
- uses: actions/checkout@v2
- run: jbergstroem/hadolint-gh-action@v1
jobs:
hadolint:
runs-on: ubuntu-20.04
name: "Hadolint"
steps:
- uses: actions/checkout@v2
- uses: jbergstroem/hadolint-gh-action@v1
```
## Parameters
Expand Down

0 comments on commit 788989f

Please sign in to comment.