From 5a411afe05ecfe8756e3aca945db3f10ade280f4 Mon Sep 17 00:00:00 2001 From: Tom Arra Date: Sat, 7 May 2022 16:32:59 -0500 Subject: [PATCH] check all files --- .github/workflows/spell_check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spell_check.yaml b/.github/workflows/spell_check.yaml index 42771261..78209da2 100644 --- a/.github/workflows/spell_check.yaml +++ b/.github/workflows/spell_check.yaml @@ -4,7 +4,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true -on: [pull_request, push] +on: [pull_request] jobs: build: @@ -14,5 +14,5 @@ jobs: - name: Check spelling uses: zwaldowski/cspell-action@v1 with: - paths: "**/*.{md,html}" + paths: "**/*.*" config: .vscode/cspell.json \ No newline at end of file