Merge pull request #30 from kalikiana/docs_readme_checkout

doc: Add checkout action to the example
This commit is contained in:
José Lorenzo Rodríguez 2021-05-10 11:31:15 +02:00 committed by GitHub
commit f49a60108f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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