We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b356a88 + 0c7a1e7 commit 0687dddCopy full SHA for 0687ddd
.github/workflows/go.yml
@@ -73,18 +73,8 @@ jobs:
73
verbose: true
74
75
lint:
76
- name: lint
77
- runs-on: ubuntu-24.04
78
- steps:
79
- - uses: actions/checkout@v4
80
- - uses: actions/setup-go@v5
81
- with:
82
- go-version-file: 'go.mod'
83
- - name: golangci-lint
84
- uses: golangci/golangci-lint-action@v3
85
86
- version: latest
87
- args: --timeout=5m
+ name: Lint
+ uses: nspcc-dev/.github/.github/workflows/go-linter.yml@master
88
89
codeql:
90
name: CodeQL
.gitignore
@@ -1,3 +1,4 @@
1
.idea
2
.vscode
3
-*.out
+*.out
4
+.golangci.yml
.golangci.yml
0 commit comments