overlay/.mise.toml
Jared Allard c0d6f5971d
feat: automatic updates and elint (#1)
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.
2024-02-18 17:52:09 -08:00

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"]