From a1ce44b85799477019b49470cd42921c55f36771 Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Sun, 3 Mar 2024 17:25:26 +0100 Subject: [PATCH] chore: Update cspell-action to v6 (#460) --- .github/workflows/cspell-action.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cspell-action.yml b/.github/workflows/cspell-action.yml index 4734a68..3999f67 100644 --- a/.github/workflows/cspell-action.yml +++ b/.github/workflows/cspell-action.yml @@ -11,9 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: streetsidesoftware/cspell-action@v5 + - uses: streetsidesoftware/cspell-action@v6 with: - files: | - ** - .*/** + files: "." incremental_files_only: false + check_dot_files: true