1
0
mirror of https://github.com/taigrr/yq synced 2026-03-22 03:02:36 -07:00

Split github actions pipeline

This commit is contained in:
Mike Farah
2020-04-14 09:22:38 +10:00
parent 605d6fab9b
commit 3c36db9285

View File

@@ -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