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.
10 lines
236 B
TOML
10 lines
236 B
TOML
[tools]
|
|
golang = "1.22"
|
|
|
|
[tasks.lint]
|
|
description = "Lint all ebuilds"
|
|
run = ["cd .tools; mise run build", ".tools/bin/elint"]
|
|
|
|
[tasks.update]
|
|
description = "Update all ebuilds"
|
|
run = ["cd .tools; mise run build", ".tools/bin/updater"]
|