From adc5a59232cb793d9b102b31541da15318eadd81 Mon Sep 17 00:00:00 2001 From: silask Date: Fri, 28 Jun 2024 20:36:32 +0200 Subject: [PATCH] ignore some files --- .github/workflows/codespell.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 23cbf7d7..7b8da68b 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -22,4 +22,6 @@ jobs: - name: Codespell uses: codespell-project/actions-codespell@v2 with: - ignore_words_list: Crate,crate + check_filenames: true + skip: ".git,*.pdf,*.svg,versioneer.py,*.css,*.html" + check_hidden: true