From cdd2c60c963d4572948df4a53f55ba1fdbddcde9 Mon Sep 17 00:00:00 2001 From: syeopite <70992037+syeopite@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:33:31 +0000 Subject: [PATCH] CI: Improve name of spellcheck step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3efdaf7b0..2dc2aa3f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,7 +167,7 @@ jobs: run: bin/ameba lint_spell: - name: Spell Check with Typos + name: Check spelling runs-on: ubuntu-latest steps: - name: Checkout Actions Repository