> cd server > deno task start
> deno fmt > cd server && deno task check
> cd server && deno task build
详见 github actions 文件 .github/workflows/ci.yml
.github/workflows/ci.yml
TODO