We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d67753 commit f42b601Copy full SHA for f42b601
.github/workflows/golangci-lint.yml
@@ -0,0 +1,18 @@
1
+name: golangci-lint
2
+on: [pull_request]
3
+jobs:
4
+ golangci-lint:
5
+ name: lint
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: Check out code into the Go module directory
9
+ uses: actions/checkout@v2
10
+ with:
11
+ fetch-depth: 0
12
+ - name: golangci-lint
13
+ uses: golangci/[email protected]
14
15
+ version: latest
16
+ github-token: ${{ secrets.github_token }}
17
+ args: "--enable-all --exclude-use-default=false -D errcheck -D gomnd"
18
+ only-new-issues: true
.github/workflows/reviewdog.yml
.gitignore
@@ -5,6 +5,7 @@
*.so
*.dylib
.idea
+*.iml
**/.openapi-generator
0 commit comments