further cleanup

update docs and tests
This commit is contained in:
Andrejus
2020-03-03 00:05:41 +00:00
parent 1c7586139f
commit 638c907c06
17 changed files with 266 additions and 68 deletions

12
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name:
steps:
- uses: actions/checkout@v2
- name: Build Docker image
run: make build
- name: Test Docker image
run: make test