From 1094282aad8d2b8d196b786ac93129057414b5d2 Mon Sep 17 00:00:00 2001
From: darkicewolf50 <brock.tomlinson@ucalgary.ca>
Date: Tue, 12 Mar 2024 11:23:25 -0600
Subject: [PATCH] fixed yaml error

---
 .github/workflows/testAutomatic.yaml | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/testAutomatic.yaml b/.github/workflows/testAutomatic.yaml
index fc126be..138ad62 100644
--- a/.github/workflows/testAutomatic.yaml
+++ b/.github/workflows/testAutomatic.yaml
@@ -34,11 +34,10 @@ jobs:
       # this step runs a bash (Ubuntu's default shell) command
       - name: list files
         run: ls
-  Eslinter:
 
+  Eslinter:
     runs-on: ubuntu-latest
-        
-      steps:
-        - name: Run ESLint
-          uses: stefanoeb/eslint-action@1.0.2
-            
+
+    steps:
+      - name: Run ESLint
+        uses: stefanoeb/eslint-action@1.0.2