feat: mise monorepo tasks (#23691)

This commit is contained in:
bo0tzz
2025-11-10 15:55:15 +01:00
committed by GitHub
parent d92df63f84
commit 8a73de018c
9 changed files with 437 additions and 510 deletions

10
.github/mise.toml vendored Normal file
View File

@@ -0,0 +1,10 @@
[tasks.install]
run = "pnpm install --filter github --frozen-lockfile"
[tasks.format]
env._.path = "./node_modules/.bin"
run = "prettier --check ."
[tasks."format-fix"]
env._.path = "./node_modules/.bin"
run = "prettier --write ."