feat: 添加 GitHub Actions 工作流以支持测试和部署
This commit is contained in:
11
.github/workflows/test.yaml
vendored
Normal file
11
.github/workflows/test.yaml
vendored
Normal 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
|
Reference in New Issue
Block a user