Skip to content

Commit

Permalink
🎨 Fixed linter. Added pkg cache refresh.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaynetik committed Mar 6, 2021
1 parent 318999e commit 9ce5aaf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
lint:
gofumpt -w -s ./..
gofumports -w ./..
golint ./...
golangci-lint run --fix

test:
go test ./...
go test ./...

update_cache:
curl https://sum.golang.org/lookup/github.com/go-oas/docs@v$(VER)

0 comments on commit 9ce5aaf

Please sign in to comment.