mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 22:00:34 +00:00
12 lines
312 B
TOML
12 lines
312 B
TOML
tasks.pre-commit = ["npm run all", "git add dist"]
|
|
tasks.test.alias = ["t"]
|
|
tasks.test.run = ["npm run all"]
|
|
tasks.lint = "bun run lint"
|
|
tasks."lint:fix" = "bun run format:write"
|
|
tasks.version = "npm version"
|
|
tasks.release-plz = "./scripts/release-plz.sh"
|
|
|
|
[tools]
|
|
node = '24'
|
|
git-cliff = 'latest'
|
|
gh = 'latest'
|