From 8b2a76c33f6863448b3a19438c6867e3f8addc7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Wed, 26 Feb 2020 22:53:08 +0100 Subject: [PATCH] added checkout --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9da7155..2cbfdae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,8 @@ jobs: runs-on: ubuntu-latest needs: lint-bash-scripts steps: + - name: Checkout + uses: actions/checkout@v1 - name: lint zammad dockerfile uses: brpaz/hadolint-action@master with: