From 4d70636c8821d9d0a69c43d3a13b707e174bf823 Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Thu, 2 Jan 2025 21:36:13 +0100 Subject: [PATCH] .github/workflows/codespell.yml: checkpatch.pl needs to be skipped checkpatch.pl has a list of mispelled words and the codespell test fails on that. Signed-off-by: Bernd Schubert --- .github/workflows/codespell.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 045bb20..3b771c1 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -24,3 +24,5 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Codespell uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1 + with: + skip: checkpatch.pl -- 2.30.2