login 2 лет назад
Родитель
Сommit
2057c77f5a
1 измененных файлов с 18 добавлено и 0 удалено
  1. 18 0
      .github/workflows/makefile.yml

+ 18 - 0
.github/workflows/makefile.yml

@@ -0,0 +1,18 @@
+name: Build Check
+
+on:
+  push:
+    branches: [ "master" ]
+  pull_request:
+    branches: [ "master" ]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v3
+      
+    - name: build the DragonOS
+      run: make