From 75842cf7dd71a973db73438f84297bbde95989aa Mon Sep 17 00:00:00 2001 From: Tom Arra Date: Sat, 7 May 2022 16:35:08 -0500 Subject: [PATCH] all files again --- .github/workflows/spell_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spell_check.yaml b/.github/workflows/spell_check.yaml index 78209da2..744d644c 100644 --- a/.github/workflows/spell_check.yaml +++ b/.github/workflows/spell_check.yaml @@ -14,5 +14,5 @@ jobs: - name: Check spelling uses: zwaldowski/cspell-action@v1 with: - paths: "**/*.*" + files: '' config: .vscode/cspell.json \ No newline at end of file