add Github Actions

Signed-off-by: Christian Rebischke <chris@nullday.de>
This commit is contained in:
Christian Rebischke 2019-10-12 15:29:12 +02:00
parent 3a7de54a80
commit 82340e87fa
No known key found for this signature in database
GPG Key ID: D21461E3DFE2060D

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

@ -0,0 +1,12 @@
name: Github-Actions
on: [push, pull_request]
jobs:
ci-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: make ci-test
run: make ci-test