From 992902b6e2b27b863f6db125cbfd7888569b84a9 Mon Sep 17 00:00:00 2001 From: Julian Hofer Date: Fri, 6 Sep 2024 11:41:57 +0200 Subject: [PATCH] consistent naming --- .github/workflows/typos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 4858790..4dbc8b7 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -1,4 +1,4 @@ -name: CI +name: Typos on: push: branches: @@ -9,7 +9,7 @@ on: jobs: typos: - name: Spell Check with Typos + name: spell check runs-on: ubuntu-latest steps: - name: Checkout Actions Repository