From 1bfa8975e5f17b300accfad13a201fbd6099cbaf Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Tue, 3 Mar 2020 16:46:33 +1100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3aeac8a..4a80987 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -3,7 +3,7 @@ on: [push] jobs: test: - name: Test + name: Lint runs-on: ubuntu-latest steps: @@ -16,5 +16,5 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - name: Test - run: make deps lint test-coverage + - name: golangci-lint + uses: actions-contrib/golangci-lint@v1