diff --git a/.github/workflows/testAutomatic.yaml b/.github/workflows/testAutomatic.yaml
index 348a7b1..5dac719 100644
--- a/.github/workflows/testAutomatic.yaml
+++ b/.github/workflows/testAutomatic.yaml
@@ -39,10 +39,11 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - name: checkout to repo
+      - name: Checkout repository
         uses: actions/checkout@v3
 
-      - name: Install packages
+      - name: Install dependencies
         run: npm ci
-      - name: Lint
+
+      - name: Run ESLint
         run: npm run lint