mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-26 04:00:55 +00:00
11 lines
122 B
Makefile
11 lines
122 B
Makefile
default:
|
|
just --list
|
|
|
|
test:
|
|
go test -race -v ./...
|
|
|
|
lint:
|
|
golangci-lint run
|
|
|
|
fmt:
|
|
golangci-lint run --fix
|