From 64706257ca366fe89792aecc0a9758c00a276d4d Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 19 Mar 2020 12:28:50 +0100 Subject: Add golangci-lint Action --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56e0c234d..cb778c103 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,8 @@ jobs: ./test.sh - name: Push on codecov result uses: codecov/codecov-action@v1 + - name: Run golangci-lint + uses: actions-contrib/golangci-lint@v1 - name: Compile project on every platform run: | go get github.com/mitchellh/gox -- cgit v1.2.3