From cf3343e6dfcc77c0d538d98f52bee89bb60ad6c5 Mon Sep 17 00:00:00 2001
From: Chris Boesch <chrboesch@noreply.codeberg.org>
Date: Wed, 26 Apr 2023 19:36:58 +0200
Subject: [PATCH] step names added and switched to checkout v3

---
 .github/workflows/eowyn.yml | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/eowyn.yml b/.github/workflows/eowyn.yml
index 60b3ec0..fb235f6 100644
--- a/.github/workflows/eowyn.yml
+++ b/.github/workflows/eowyn.yml
@@ -1,4 +1,6 @@
-name: Eowyn
+name: 'Eowyn'
+# Tests all exercises
+
 on:
   pull_request:
     branches: [ main ]
@@ -18,10 +20,13 @@ jobs:
     runs-on: ${{ matrix.os }}
     timeout-minutes: 30
     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