From 57cd4f78d61cc1642ce56089aeec7ae278544194 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 6 Aug 2024 15:33:44 -0400 Subject: [PATCH] [CI] Try to get streetsidesoftware/cspell-action to play nice (#4975) --- .github/workflows/check-spelling.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index 567ea9e872a2..41ceef742155 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -14,11 +14,12 @@ jobs: with: # Files should be consistent with check:spelling files files: | - content/en/*.md + content/en + data layouts/**/*.md - data/**/* config: .cspell.yml incremental_files_only: false + suggestions: true dict-check: name: CSPELL:IGNORE check