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
+2 -1
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
```