peridot/vendor/github.com/sagikazarmark/locafero/justfile
2024-10-16 12:56:53 +02:00

12 lines
122 B
Makefile

default:
just --list
test:
go test -race -v ./...
lint:
golangci-lint run
fmt:
golangci-lint run --fix