mirror of
https://github.com/jakejarvis/npqueue.git
synced 2025-04-26 08:05: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
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Get dependencies
|
||||
@ -26,3 +26,10 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
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