.github/workflows/codespell.yml: checkpatch.pl needs to be skipped
authorBernd Schubert <bernd@bsbernd.com>
Thu, 2 Jan 2025 20:36:13 +0000 (21:36 +0100)
committerBernd Schubert <bernd@bsbernd.com>
Mon, 10 Feb 2025 15:56:45 +0000 (16:56 +0100)
checkpatch.pl has a list of mispelled words and the codespell test
fails on that.

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
.github/workflows/codespell.yml

index 045bb207fb3d50fd50438f26d54cd2a9dff78976..3b771c1ea604ecbd6f217c45cd154b4afedcb634 100644 (file)
@@ -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