From 9efcbee545785ea77b3f0ee102bee35ad27db4cd Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jul 2025 18:15:53 +0200 Subject: [PATCH] codespell.sh cleanup --- .github/scripts/codespell.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/codespell.sh b/.github/scripts/codespell.sh index 30823a0591..9fec0de060 100755 --- a/.github/scripts/codespell.sh +++ b/.github/scripts/codespell.sh @@ -9,8 +9,8 @@ cd "$(dirname "${0}")"/../.. # shellcheck disable=SC2046 codespell \ - --skip '*/spellcheck.words' \ - --skip '*/typos.toml' \ + --skip '.github/scripts/spellcheck.words' \ + --skip '.github/scripts/typos.toml' \ --skip 'docs/THANKS' \ --skip 'scripts/mk-ca-bundle.pl' \ --skip 'scripts/wcurl' \