Skip to content

Commit ff1138c

Browse files
committed
Run make target after the Makefile is available
1 parent 12a3c62 commit ff1138c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
go-version: ${{ matrix.go }}
2525
- name: Set PATH
2626
run: echo "${GITHUB_WORKSPACE}/.local/bin" | tee -a "${GITHUB_PATH}" >/dev/null
27+
- uses: actions/checkout@v3
2728
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
2829
run: make ensure-goimports
29-
- uses: actions/checkout@v3
3030
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
3131
run: make lint
3232
- run: make vet

0 commit comments

Comments
 (0)