Browse Source

step names added and switched to checkout v3

Chris Boesch 2 years ago
parent
commit
cf3343e6df
1 changed files with 13 additions and 8 deletions
  1. 13 8
      .github/workflows/eowyn.yml

+ 13 - 8
.github/workflows/eowyn.yml

@@ -1,4 +1,6 @@
-name: Eowyn
+name: 'Eowyn'
+# Tests all exercises
+
 on:
 on:
   pull_request:
   pull_request:
     branches: [ main ]
     branches: [ main ]
@@ -18,10 +20,13 @@ jobs:
     runs-on: ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     timeout-minutes: 30
     timeout-minutes: 30
     steps:
     steps:
-    - uses: actions/checkout@v2
-    - name: Setup Zig
-      uses: goto-bus-stop/setup-zig@v2
-      with:
-        version: master
-
-    - run: patches/eowyn.sh
+      - name: Checkout
+        uses: actions/checkout@v3
+        
+      - name: Setup Zig
+        uses: goto-bus-stop/setup-zig@v2
+        with:
+          version: master
+          
+      - name: Start Eowyn
+        run: patches/eowyn.sh