Update go.yml

This commit is contained in:
Enrico Stahn 2020-03-03 16:46:33 +11:00 committed by GitHub
parent 8956331931
commit 1bfa8975e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ on: [push]
jobs: jobs:
test: test:
name: Test name: Lint
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -16,5 +16,5 @@ jobs:
- name: Check out code into the Go module directory - name: Check out code into the Go module directory
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Test - name: golangci-lint
run: make deps lint test-coverage uses: actions-contrib/golangci-lint@v1