From 761f2e0b21132d8c22280959e7c8255d2e4da3e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 26 Dec 2020 13:00:00 +0100 Subject: [PATCH] ci: run codespell on the man pages --- .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 a360bb0..7ae7f1b 100644 --- a/.builds/alpine-x64.yml +++ b/.builds/alpine-x64.yml @@ -36,7 +36,7 @@ tasks: - codespell: | pip install codespell cd yambar - ~/.local/bin/codespell *.c *.h + ~/.local/bin/codespell *.c *.h doc/*.scd - setup: | mkdir -p bld/debug bld/release bld/x11-only bld/wayland-only bld/plugs-are-shared meson --buildtype=debug -Db_coverage=true yambar bld/debug diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93d62f3..586e79c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,4 +96,4 @@ codespell: - apk add python3 - apk add py3-pip - pip install codespell - - codespell *.c *.h + - codespell *.c *.h doc/*.scd