From d3a7b9008ba0e12f03e7fb23b00186a829b092aa Mon Sep 17 00:00:00 2001 From: Katrina Verey Date: Wed, 30 Mar 2022 19:12:47 -0400 Subject: [PATCH] Enable linting from specific rev in CI --- .github/workflows/go.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2aca0cfc5..85bdd5d67 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,9 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Lint run: ./hack/kyaml-pre-commit.sh