From 785eabb2d420547928c7b46b030edf61c7a261b0 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 2 May 2021 08:42:56 +0200 Subject: [PATCH] doc: Add checkout action to the example Fixes: #25 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f760a6c..104f686 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Add the following step to your workflow configuration: ```yml steps: + - uses: actions/checkout@v2 - uses: hadolint/hadolint-action@v1.4.0 with: dockerfile: Dockerfile