11 lines
236 B
TOML
11 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"]
|