Skip to content

Commit

Permalink
chore: update makefile to include bootstrap and go mod tidy (#243)
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <kzantow@gmail.com>
  • Loading branch information
kzantow committed May 20, 2024
1 parent 282609e commit 606f188
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
.PHONY: test
test: unit fuzz

.PHONY: bootstrap
bootstrap:
go install github.com/rinchsan/gosimports/cmd/gosimports@v0.3.8

.PHONY: format
format:
gofmt -w .
go mod tidy
gosimports -w -local github.com/spdx .

.PHONY: unit
Expand Down

0 comments on commit 606f188

Please sign in to comment.