enable GitHub Actions

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2019-10-20 16:03:55 +09:00
parent 4886e53d0d
commit 0189d895f6
1 changed files with 8 additions and 0 deletions

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

@ -0,0 +1,8 @@
name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: make test