update ci

This commit is contained in:
long2ice
2020-08-26 20:49:59 +08:00
parent c20bb73f27
commit b391e12e6a
2 changed files with 0 additions and 0 deletions

12
.github/workflows/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