From 8b10c47396da5761abe88a27806cfcd49484b9ca Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Fri, 8 Nov 2024 15:47:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20`codespell`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Marco Caversaccio --- .github/workflows/checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 18cf9e1..00a16e0 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -66,6 +66,7 @@ jobs: with: check_filenames: true skip: ./.git,pnpm-lock.yaml + ignore_words_list: superseed validate-links: runs-on: ${{ matrix.os }}