Run make target after the Makefile is available
This commit is contained in:
parent
8cc0a9c5da
commit
d9d960a58a
2
.github/workflows/cli.yml
vendored
2
.github/workflows/cli.yml
vendored
@ -27,9 +27,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
|
||||
|
Loading…
Reference in New Issue
Block a user