Adds an automatic updater to handle updating ebuilds in this repository based on the latest version available on the remote. Also puts `elint` in this repo since I've been working on this one more than the former.
3 lines
93 B
TOML
3 lines
93 B
TOML
[tasks.build]
|
|
description = "Build all tools"
|
|
run = ["go build -trimpath -o bin/ ./cmd/..."]
|