Switch to golangci-lint, its faster
This commit is contained in:
13
.github/workflows/golangci-lint.yaml
vendored
Normal file
13
.github/workflows/golangci-lint.yaml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user