mirror of
https://github.com/jakejarvis/npqueue.git
synced 2025-04-26 06:55:21 -04:00
Update go.yml
This commit is contained in:
parent
91c68e9073
commit
19815424db
9
.github/workflows/go.yml
vendored
9
.github/workflows/go.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
go-version: 1.12
|
go-version: 1.12
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
@ -26,3 +26,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v .
|
run: go build -v .
|
||||||
|
|
||||||
|
- name: Lint
|
||||||
|
uses: actions-contrib/golangci-lint@master
|
||||||
|
with:
|
||||||
|
args: run
|
||||||
|
env:
|
||||||
|
GO111MODULE: on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user