From 5fa14e0aa9d798dd143a2c42f2753ac9b8be8436 Mon Sep 17 00:00:00 2001 From: Huiyu Xie Date: Tue, 10 Sep 2024 15:32:31 -1000 Subject: [PATCH] Update SpellCheck.yml --- .github/workflows/SpellCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 6eb2de90..d4db5857 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -12,4 +12,4 @@ jobs: - name: Check spelling uses: crate-ci/typos@v1.24.5 with: - config: typos.toml # specify the custom config file + config: .typos.toml # specify the custom config file