Files
lti-api/vendor/github.com/sagikazarmark/locafero/justfile
T
GitLab Deploy Bot ad815b3412 .
2025-10-23 11:40:58 +07:00

12 lines
122 B
Makefile

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