Create ci.yml

This commit is contained in:
xrkffgg
2020-12-23 15:11:08 +08:00
committed by GitHub
parent 7b319a038b
commit 9bde095b3f

16
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: test-build
on: [push, pull_request]
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@main
- name: install
run: yarn install
- name: package
run: yarn package