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