From afb485fb37d96153c872588b1e0cb57dfdcea25c Mon Sep 17 00:00:00 2001 From: CelticBoozer Date: Tue, 15 Oct 2024 01:17:03 +0300 Subject: [PATCH] ci: try to fix cspell --- .github/workflows/cspell.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cspell.yaml b/.github/workflows/cspell.yaml index f9472c0..fe6e402 100644 --- a/.github/workflows/cspell.yaml +++ b/.github/workflows/cspell.yaml @@ -25,7 +25,7 @@ jobs: # ** # .*/* # .*/**/.* - files: *.md + files: "*.md" check_dot_files: true suggestions: false # Limit the files checked to the ones in the pull request or push.