first commit

This commit is contained in:
long2ice
2020-08-26 18:04:57 +08:00
commit c20bb73f27
20 changed files with 1484 additions and 0 deletions

12
.github/ci.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: ci
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v2
with:
python-version: "3.x"
- uses: dschep/install-poetry-action@v1.3
- name: CI
run: make ci