feat: 添加 GitHub Actions 工作流以支持测试和部署

This commit is contained in:
mac-mini-2024
2024-11-20 22:13:16 +08:00
parent fa04c668c6
commit b591b05b35

11
.github/workflows/test.yaml vendored Normal file
View File

@@ -0,0 +1,11 @@
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: yanhao98/composite-actions/setup-node-environment@main
- name: deploy
run: |
npx vue-tsc -b