podman-build/test/tools/vendor/github.com/sagikazarmark/locafero/justfile
2025-10-11 12:30:35 +09:00

12 lines
122 B
Makefile

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