parent
d8e1728e06
commit
f87cd99ee7
|
@ -54,7 +54,7 @@ jobs:
|
|||
run: |
|
||||
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "${{ env.GOROOT }}/bin" "${{ env.GOLANGCI_LINT_VER }}"
|
||||
- name: Run make lint
|
||||
if: matrix.target_arch != 'arm'
|
||||
if: matrix.target_arch != 'arm' || matrix.target_os != 'windows'
|
||||
run: make lint
|
||||
- name: Run make go.mod check-diff
|
||||
if: matrix.target_arch != 'arm'
|
||||
|
|
Loading…
Reference in New Issue