From 3d17cfae04f987ff2e34647cdd6274ddeab87919 Mon Sep 17 00:00:00 2001 From: Sarah Gerrard <98355961+LadyBluenotes@users.noreply.github.com> Date: Mon, 17 Nov 2025 19:07:39 +0000 Subject: [PATCH] fix filename --- .github/workflows/spelling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 558422565..624d418e7 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -34,6 +34,6 @@ jobs: id: spellcheck uses: rojopolis/spellcheck-github-actions@v0 with: - config_path: ./.github/actions/spelling/spellcheck.yml + config_path: ./.github/actions/spelling/.spellcheck.yml task_name: Markdown source_files: ${{ steps.changed_files.outputs.all_changed_files }}