Update go.yml
This commit is contained in:
parent
8956331931
commit
1bfa8975e5
1 changed files with 3 additions and 3 deletions
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue