Skip to content

Commit 65dfb7a

Browse files
authored
fix: update ci workflow name and simplify golangci-lint step (#1)
1 parent dedb599 commit 65dfb7a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go CI
1+
name: Check CI
22

33
on:
44
push:
@@ -58,9 +58,7 @@ jobs:
5858
run: govulncheck ./...
5959

6060
- name: Run golangci-lint
61-
uses: golangci/golangci-lint-action@v6
62-
with:
63-
version: latest
61+
run: golangci-lint run ./...
6462

6563
- name: Run tests
6664
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...

0 commit comments

Comments
 (0)