Skip to content

Commit 0687ddd

Browse files
authored
Merge pull request #28 from nspcc-dev/org-linter
workflows: reuse org-wide linter workflow
2 parents b356a88 + 0c7a1e7 commit 0687ddd

File tree

3 files changed

+4
-67
lines changed

3 files changed

+4
-67
lines changed

.github/workflows/go.yml

+2-12
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,8 @@ jobs:
7373
verbose: true
7474

7575
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-
with:
86-
version: latest
87-
args: --timeout=5m
76+
name: Lint
77+
uses: nspcc-dev/.github/.github/workflows/go-linter.yml@master
8878

8979
codeql:
9080
name: CodeQL

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
.vscode
3-
*.out
3+
*.out
4+
.golangci.yml

.golangci.yml

-54
This file was deleted.

0 commit comments

Comments
 (0)