aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codespell.yml
diff options
context:
space:
mode:
authorBernd Schubert <bernd@bsbernd.com>2025-01-02 21:36:13 +0100
committerBernd Schubert <bernd@bsbernd.com>2025-02-10 16:56:45 +0100
commit4d70636c8821d9d0a69c43d3a13b707e174bf823 (patch)
treecd46c4a13f3de212b687651cb32de3c31ee79d73 /.github/workflows/codespell.yml
parentf5ede51158639b0bcdacd1c934c958b8c5ada3ef (diff)
downloadlibfuse-4d70636c8821d9d0a69c43d3a13b707e174bf823.tar.gz
.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 <bernd@bsbernd.com>
Diffstat (limited to '.github/workflows/codespell.yml')
-rw-r--r--.github/workflows/codespell.yml2
1 files changed, 2 insertions, 0 deletions
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