From 8dd58a4220dff0645ff00addb38d0258a7eed31f 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 561043a6..944db519 100644 --- a/.builds/alpine-x64.yml +++ b/.builds/alpine-x64.yml @@ -50,4 +50,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 caab2812..41af846f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,4 +77,4 @@ codespell: - apk add python3 - apk add py3-pip - pip install codespell - - codespell *.c *.h + - codespell *.c *.h doc/*.scd