Run golangci-lint using a Github Action

This commit is contained in:
Erik Dubbelboer
2019-11-16 15:38:01 +01:00
parent 5f66658800
commit 32793db72d
32 changed files with 335 additions and 302 deletions
+10
View File
@@ -0,0 +1,10 @@
name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: GolangCI-Lint Action
uses: actions-contrib/golangci-lint@v0.1.0