From 6a3a35cd339bc97b6d490be229cb8747c6542399 Mon Sep 17 00:00:00 2001 From: Domenic Barbuzzi Date: Wed, 24 Jul 2024 18:26:49 +0000 Subject: [PATCH] Adjust step name for consistency --- .github/workflows/spellcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index 22d249d..eb4cb8c 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - - name: Common misspellings check + - name: Check for common misspellings uses: codespell-project/actions-codespell@v2 - name: Check spelling