mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
Split github actions pipeline
This commit is contained in:
parent
605d6fab9b
commit
3c36db9285
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
@ -24,7 +24,9 @@ jobs:
|
||||
dep ensure
|
||||
fi
|
||||
|
||||
- name: Download deps
|
||||
run: scripts/devtools.sh
|
||||
- name: Download golangci-lint
|
||||
run: wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.24.0
|
||||
- name: Download goimports
|
||||
run: go get golang.org/x/tools/cmd/goimports
|
||||
- name: Build
|
||||
run: make local build
|
Loading…
Reference in New Issue
Block a user