Browse Source

Let's check it

Piotr Czajkowski 4 years ago
parent
commit
1aaacc2998
1 changed files with 18 additions and 0 deletions
  1. 18 0
      .github/workflows/c.yml

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

@@ -0,0 +1,18 @@
+name: C
+on:
+  push:
+    branches: [ master ]
+  pull_request:
+    branches: [ master ]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+    
+    steps:
+    - uses: actions/checkout@v2
+    - name: make clean
+      run: make clean
+    - name: make
+      run: make