Skip to content

Commit 683d0a0

Browse files
committed
chore: update CI
1 parent ee849ab commit 683d0a0

File tree

2 files changed

+15
-24
lines changed

2 files changed

+15
-24
lines changed

.github/workflows/go.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,18 @@ jobs:
2424

2525
- name: Test
2626
run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
27+
28+
lint:
29+
name: golangci-lint
30+
runs-on: ubuntu-latest
31+
steps:
32+
33+
- uses: actions/checkout@v4
34+
- uses: actions/setup-go@v5
35+
with:
36+
go-version: stable
37+
38+
- name: Run golangci-lint
39+
uses: golangci/golangci-lint-action@v6
40+
with:
41+
version: v1.63.4

.github/workflows/lint.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)