From b2d88ba55510f2f17c8ed8a34ef3c24d853e4623 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sat, 2 Nov 2019 12:21:18 +0100 Subject: [PATCH] fix! --- .github/workflows/check-formatting.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index ad5be47a3..acd0a0281 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -9,6 +9,7 @@ jobs: image: ubuntu:19.10 steps: + - uses: actions/checkout@v1 - name: apt-get update run: apt-get update