1
mirror of https://github.com/jakejarvis/npqueue.git synced 2025-04-26 12:58:26 -04:00

Update go.yml

This commit is contained in:
Jake Jarvis 2019-09-05 10:43:47 -04:00 committed by GitHub
parent 91c68e9073
commit 19815424db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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