Explorar o código

remove github ci

Jan Klemkow %!s(int64=5) %!d(string=hai) anos
pai
achega
cbafbee9b7
Modificáronse 1 ficheiros con 0 adicións e 17 borrados
  1. 0 17
      .github/workflows/ccpp.yml

+ 0 - 17
.github/workflows/ccpp.yml

@@ -1,17 +0,0 @@
-name: C/C++ CI
-
-on: [push]
-
-jobs:
-  build:
-
-    runs-on: ubuntu-latest
-    
-    steps:
-    - uses: actions/checkout@v2
-    - name: make
-      run: make
-    - name: make test
-      run: make test
-    - name: make clean
-      run: make clean