From b26da481b1996def5986f0679ed4b8fcb4590824 Mon Sep 17 00:00:00 2001 From: Richard Weston Date: Sat, 11 Jun 2022 12:28:34 +0100 Subject: [PATCH] ci: Add a missing checkout stage --- .github/workflows/ci.lint_test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.lint_test.yml b/.github/workflows/ci.lint_test.yml index 19e8e29..ccb83e4 100644 --- a/.github/workflows/ci.lint_test.yml +++ b/.github/workflows/ci.lint_test.yml @@ -34,6 +34,10 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: + - name: Checkout Code + uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: arnested/go-version-action@v1 id: go-version - name: Install Go