From: Bernd Schubert Date: Thu, 2 Jan 2025 20:36:13 +0000 (+0100) Subject: .github/workflows/codespell.yml: checkpatch.pl needs to be skipped X-Git-Tag: fuse-3.17.1-rc0~30 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4d70636c8821d9d0a69c43d3a13b707e174bf823;p=qemu-gpiodev%2Flibfuse.git .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 --- 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