init - add project files
This commit is contained in:
12
vendor/maragu.dev/gomponents-htmx/Makefile
vendored
Normal file
12
vendor/maragu.dev/gomponents-htmx/Makefile
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
.PHONY: cover
|
||||
cover:
|
||||
go tool cover -html=cover.out
|
||||
|
||||
.PHONY: lint
|
||||
lint:
|
||||
golangci-lint run
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
go test -coverprofile=cover.out -shuffle on ./...
|
||||
|
||||
Reference in New Issue
Block a user