Parcourir la source

Add build command to CI

EFanZh il y a 4 ans
Parent
commit
6c1b96ac7b
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  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