Skip to content

Commit 259bc0a

Browse files
committed
ci: disable lint
1 parent 768fe51 commit 259bc0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
- uses: actions/setup-go@v4
99
with:
1010
go-version: "^1.21"
11-
- name: test & lint
12-
run: make test lint
11+
- name: test
12+
run: make test

0 commit comments

Comments
 (0)