Switch to golangci-lint, its faster

This commit is contained in:
Julien Laffaye
2021-10-28 23:16:01 -04:00
parent 7a2bce30c7
commit 88af36c520
2 changed files with 13 additions and 70 deletions

13
.github/workflows/golangci-lint.yaml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: golangci-lint
on: [push, pull_request]
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
only-new-issues: true