We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a3c62 commit ff1138cCopy full SHA for ff1138c
.github/workflows/cli.yml
@@ -24,9 +24,9 @@ jobs:
24
go-version: ${{ matrix.go }}
25
- name: Set PATH
26
run: echo "${GITHUB_WORKSPACE}/.local/bin" | tee -a "${GITHUB_PATH}" >/dev/null
27
+ - uses: actions/checkout@v3
28
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
29
run: make ensure-goimports
- - uses: actions/checkout@v3
30
31
run: make lint
32
- run: make vet
0 commit comments