test out github actions

This commit is contained in:
LuXu
2019-11-22 16:53:19 +08:00
committed by GitHub
parent de796f1155
commit 5324aa8a94

18
.github/workflows/c.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: C CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: make
run: make