From fd98684786bb9d805d6729bc75c7cf7cef4b2fab Mon Sep 17 00:00:00 2001 From: Jochem Brouwer Date: Wed, 14 Aug 2024 23:04:19 +0200 Subject: [PATCH] update ci name --- .github/workflows/cspell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index e940d226af..9fb463b5f5 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -12,7 +12,7 @@ concurrency: cancel-in-progress: true jobs: - test-examples: + run-spellcheck-cspell: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4