From ff1138c969cb6ae447636f37eaf5a5a33d50344d Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 11 Sep 2022 16:12:16 -0400 Subject: [PATCH] Run make target after the Makefile is available --- .github/workflows/cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index dbdf39a..7b167e4 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -24,9 +24,9 @@ jobs: go-version: ${{ matrix.go }} - name: Set PATH run: echo "${GITHUB_WORKSPACE}/.local/bin" | tee -a "${GITHUB_PATH}" >/dev/null + - uses: actions/checkout@v3 - if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest' run: make ensure-goimports - - uses: actions/checkout@v3 - if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest' run: make lint - run: make vet