Skip to content

Commit 9ce5aaf

Browse files
committed
🎨 Fixed linter. Added pkg cache refresh.
1 parent 318999e commit 9ce5aaf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
lint:
22
gofumpt -w -s ./..
3-
gofumports -w ./..
43
golint ./...
54
golangci-lint run --fix
65

76
test:
8-
go test ./...
7+
go test ./...
8+
9+
update_cache:
10+
curl https://sum.golang.org/lookup/github.com/go-oas/docs@v$(VER)

0 commit comments

Comments
 (0)