Run make target after the Makefile is available
This commit is contained in:
parent
12a3c62e50
commit
ff1138c969
2
.github/workflows/cli.yml
vendored
2
.github/workflows/cli.yml
vendored
@ -24,9 +24,9 @@ jobs:
|
|||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
- name: Set PATH
|
- name: Set PATH
|
||||||
run: echo "${GITHUB_WORKSPACE}/.local/bin" | tee -a "${GITHUB_PATH}" >/dev/null
|
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'
|
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
|
||||||
run: make ensure-goimports
|
run: make ensure-goimports
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
|
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
|
||||||
run: make lint
|
run: make lint
|
||||||
- run: make vet
|
- run: make vet
|
||||||
|
Loading…
Reference in New Issue
Block a user