From 3927447a5515499dddde6c563ec1bb8c4a468d2d Mon Sep 17 00:00:00 2001 From: youyyytrok Date: Tue, 28 Jan 2025 17:37:29 +0100 Subject: [PATCH] Update spellcheck.yml --- .github/workflows/spellcheck.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 2bcebf72cdf..7cbb8cfeb88 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -14,10 +14,13 @@ jobs: run: pip install codespell==2.4.0 - name: Run Codespell - run: | - codespell \ - --ignore-words=.codespell-ignore \ - --skip=" + uses: codespell-project/actions-codespell@v2 + with: + only_warn: 1 + ignore_words_file: .codespell-ignore + skip: | *.mod,*.sum,*.pdf, - ./test/sharness/t0275-cid-security-data,./test/sharness/t0280-plugin-dag-jose-data,./bin,./docs/AUTHORS - " + ./test/sharness/t0275-cid-security-data, + ./test/sharness/t0280-plugin-dag-jose-data, + ./bin, + ./docs/AUTHORS