浏览代码

Add build command to CI

EFanZh 4 年之前
父节点
当前提交
6c1b96ac7b
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .github/workflows/ci.yml

+ 7 - 0
.github/workflows/ci.yml

@@ -0,0 +1,7 @@
+on: push
+jobs:
+    build:
+        runs-on: ubuntu-latest
+        steps:
+          - uses: actions/checkout@v2
+          - run: make