mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-13 20:15:57 +00:00
Attempt to fix git workflow action
This commit is contained in:
parent
8f166a9848
commit
f68b24323e
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
@ -24,9 +24,7 @@ jobs:
|
|||||||
dep ensure
|
dep ensure
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Download golangci-lint
|
- name: Download deps
|
||||||
run: wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.24.0
|
run: scripts/devtools.sh
|
||||||
- name: Download goimports
|
|
||||||
run: go get golang.org/x/tools/cmd/goimports
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make local build
|
run: make local build
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -ex
|
||||||
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.24.0
|
|
||||||
go get golang.org/x/tools/cmd/goimports
|
go get golang.org/x/tools/cmd/goimports
|
||||||
|
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.24.0
|
||||||
|
Loading…
Reference in New Issue
Block a user