Merge pull request #41 from revolunet/patch-1

docs: fix example
This commit is contained in:
José Lorenzo Rodríguez 2021-10-19 16:19:35 +02:00 committed by GitHub
commit 3cfc69d4b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,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@v1.5.0 - uses: hadolint/hadolint-action@v1.6.0
with: with:
dockerfile: Dockerfile dockerfile: Dockerfile
``` ```