From c392cd1cb452fb1dc7521b35f3fed3d8117b6fae Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 30 May 2021 22:19:03 -0500 Subject: [PATCH] maint/CICD ~ `cspell`-check all repository files --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 4092d28d0..78048adff 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -630,4 +630,4 @@ jobs: - name: Run `cspell` shell: bash run: | - cspell --config .vscode/cSpell.json --no-summary --no-progress $( git ls-files | grep "\.\(rs\|md\)" ) | sed "s/\(.*\):\(.*\):\(.*\) - \(.*\)/::warning file=\1,line=\2,col=\3::cspell: \4/" || true + cspell --config .vscode/cSpell.json --no-summary --no-progress **/* | sed "s/\(.*\):\(.*\):\(.*\) - \(.*\)/::warning file=\1,line=\2,col=\3::cspell: \4/" || true