Update go.yml

This commit is contained in:
Densest Void
2021-01-22 14:34:56 -05:00
committed by GitHub
parent 8fca7782ec
commit 3bac8c4f92

View File

@ -20,9 +20,3 @@ jobs:
- name: Test - name: Test
run: go test -v ./... run: go test -v ./...
- name: Setup golangci-lint
uses: actions-contrib/golangci-lint@v1
- name: Lint
run: golangci-lint run