From 7a2084f2c2808daef92df4e227399841f907e496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 26 Dec 2020 12:15:52 +0100 Subject: [PATCH] ci: run codespell on the man pages (the source files) --- .builds/alpine-x64.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.builds/alpine-x64.yml b/.builds/alpine-x64.yml index 6d0f1a38..6b2756bd 100644 --- a/.builds/alpine-x64.yml +++ b/.builds/alpine-x64.yml @@ -44,4 +44,4 @@ tasks: - codespell: | pip install codespell cd foot - ~/.local/bin/codespell *.c *.h + ~/.local/bin/codespell *.c *.h doc/*.scd diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff1b4309..ffd26443 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,4 +73,4 @@ codespell: - apk add python3 - apk add py3-pip - pip install codespell - - codespell *.c *.h + - codespell *.c *.h doc/*.scd