From 1b0fac49edeffeea1e929f92b57e50d435ccd06d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 5 Feb 2022 17:30:09 +0100 Subject: [PATCH] ci: fix codespell -L usage, take 2 --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 34665357..b0b4b1e1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,7 +9,7 @@ pipeline: - apk add python3 - apk add py3-pip - pip install codespell - - codespell -LSer,Ldoas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd + - codespell -LSer,doas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd subprojects: when: