mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-16 14:40:33 +00:00
14 lines
339 B
TOML
14 lines
339 B
TOML
tasks.pre-commit = ["aubr all", "git add dist"]
|
|
tasks.test.alias = ["t"]
|
|
tasks.test.run = ["aubr all"]
|
|
tasks.lint = "aubr lint"
|
|
tasks."lint:fix" = "aubr format:write"
|
|
tasks.version = "aube version"
|
|
tasks.release-plz = "./scripts/release-plz.sh"
|
|
|
|
[tools]
|
|
node = '24'
|
|
aube = 'v1.6.2'
|
|
git-cliff = 'latest'
|
|
gh = 'latest'
|
|
communique = 'latest'
|