Initial commit

This commit is contained in:
xrkffgg
2021-03-10 13:38:05 +08:00
commit d4ec9b4ffc
11 changed files with 729 additions and 0 deletions

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

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