add 添加工作流文件

This commit is contained in:
zhenghaole
2023-10-27 19:53:52 +08:00
parent 23bf7bd63d
commit 461af91bc5

14
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
language: node_js
node_js:
- "18.2.0"
install:
- npm install
script:
- npm run build
branches:
only:
- master