From e7350bd7f6aa49f8935fa46cab98b10af1c985be Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Sun, 3 Mar 2024 17:17:31 +0100 Subject: [PATCH 1/4] chore: Update cspell-action to v6 --- .github/workflows/cspell-action.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cspell-action.yml b/.github/workflows/cspell-action.yml index 4734a68..962d73a 100644 --- a/.github/workflows/cspell-action.yml +++ b/.github/workflows/cspell-action.yml @@ -11,9 +11,7 @@ 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 From 63f2be7f1aad1fb0507a7bab25a64709ff55e843 Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Sun, 3 Mar 2024 17:20:19 +0100 Subject: [PATCH 2/4] Update cspell-action.yml --- .github/workflows/cspell-action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cspell-action.yml b/.github/workflows/cspell-action.yml index 962d73a..3999f67 100644 --- a/.github/workflows/cspell-action.yml +++ b/.github/workflows/cspell-action.yml @@ -15,3 +15,4 @@ jobs: with: files: "." incremental_files_only: false + check_dot_files: true From 46ab5c243ed2c3fb31f553543f5da3ed67d744ac Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Sun, 3 Mar 2024 17:22:21 +0100 Subject: [PATCH 3/4] test --- .github/workflows/cspell-action.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/cspell-action.yml b/.github/workflows/cspell-action.yml index 3999f67..e6a782c 100644 --- a/.github/workflows/cspell-action.yml +++ b/.github/workflows/cspell-action.yml @@ -16,3 +16,13 @@ jobs: files: "." incremental_files_only: false check_dot_files: true + + cspellX: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: streetsidesoftware/cspell-action@v6 + with: + files: "matches/nothing/here" + incremental_files_only: false + check_dot_files: true From 17f82595cdce01669405c326deae4e98f44be4f2 Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Sun, 3 Mar 2024 17:23:51 +0100 Subject: [PATCH 4/4] Update cspell-action.yml --- .github/workflows/cspell-action.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/cspell-action.yml b/.github/workflows/cspell-action.yml index e6a782c..3999f67 100644 --- a/.github/workflows/cspell-action.yml +++ b/.github/workflows/cspell-action.yml @@ -16,13 +16,3 @@ jobs: files: "." incremental_files_only: false check_dot_files: true - - cspellX: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: streetsidesoftware/cspell-action@v6 - with: - files: "matches/nothing/here" - incremental_files_only: false - check_dot_files: true