Merge pull request #56 from mgray88/patch-1

Update usage example
This commit is contained in:
José Lorenzo Rodríguez 2022-11-11 12:10:59 +01:00 committed by GitHub
commit e977686583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ Add the following step to your workflow configuration:
```yml ```yml
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: hadolint/hadolint-action@v2.0.0 - uses: hadolint/hadolint-action@v2.1.0
with: with:
dockerfile: Dockerfile dockerfile: Dockerfile
``` ```