10 lines
238 B
TOML
10 lines
238 B
TOML
[tools]
|
|
golang = "1.24.1"
|
|
|
|
[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"]
|