forked from external/yambar
ci: run codespell on the man pages
This commit is contained in:
parent
9cf00f8200
commit
761f2e0b21
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -96,4 +96,4 @@ codespell:
|
|||
- apk add python3
|
||||
- apk add py3-pip
|
||||
- pip install codespell
|
||||
- codespell *.c *.h
|
||||
- codespell *.c *.h doc/*.scd
|
||||
|
|
Loading…
Add table
Reference in a new issue