From ebe4e1f94495c37ec6dd97716052ec28c1a89af2 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Mon, 26 Jul 2021 16:00:13 +0530 Subject: [PATCH] ci: ignore spell check for design proposal images To avoid failures triggered by checking SVG image formats. Signed-off-by: Prasanna Kumar Kalever --- .github/workflows/codespell.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yaml b/.github/workflows/codespell.yaml index 7b0654d20..4fd9251b7 100644 --- a/.github/workflows/codespell.yaml +++ b/.github/workflows/codespell.yaml @@ -16,7 +16,7 @@ jobs: - name: codespell uses: codespell-project/actions-codespell@master with: - skip: .git,./vendor + skip: .git,./vendor,./docs/design/proposals/images check_filenames: true ignore_words_list: ExtraVersion,extraversion,ba check_hidden: true