Naming steps
diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml
index 98af520..98467de 100644
--- a/.github/workflows/spell.yml
+++ b/.github/workflows/spell.yml
@@ -26,6 +26,7 @@
 
 jobs:
     check-reviewdog:
+        name: Check Spelling - reviewdog
         runs-on: ubuntu-latest
         steps:
             - uses: Wandalen/wretry.action@v1.0.15
@@ -40,6 +41,7 @@
               with:
                   github_token: ${{ secrets.GITHUB_TOKEN }}
     check-spellcheck:
+        name: Check Spelling - pyspelling
         runs-on: ubuntu-latest
         steps:
             - uses: Wandalen/wretry.action@v1.0.15