From 92893e762a2032f2859cb5eeb62939e3aab03241 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 9 Jul 2021 03:41:10 +0200 Subject: [PATCH] ... --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5dc366e..8224e34 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,5 +25,7 @@ jobs: uses: actions/setup-go@v2 with: go-version: 1.16.x + - name: Checkout code + uses: actions/checkout@v2 - name: Check Code Formation run: make fmt-check