Files
lti-api/vendor/github.com/sagikazarmark/locafero/justfile
T
GitLab Deploy Bot bb60e987e5 .
2025-10-21 23:45:13 +07:00

12 lines
122 B
Makefile

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