summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
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