Files
torrent-indexer/Makefile
Felipe Marinho 98f1700b21 Chore/build pipeline (#6)
* chg: chore: add linter

* chg: chore: update go

* new: chore: add pipeline

* chg: fix: dockerfile path

* chg: fix: main branch name

* chg: fix: add goimports

* chg: fix: remove goimports

* chg: fix: use goreleaser

* new: chore: add goreleaser config

* new: docs: add LICENSE

* chg: fix: container version

* chg: fix: dockerfile setup
2024-04-28 11:52:01 -03:00

10 lines
159 B
Makefile

build:
docker build -t torrent-indexer .
lint:
go run github.com/golangci/golangci-lint/cmd/golangci-lint@latest run -v --timeout 5m
run:
go run main.go