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: |
|
- codespell: |
|
||||||
pip install codespell
|
pip install codespell
|
||||||
cd yambar
|
cd yambar
|
||||||
~/.local/bin/codespell *.c *.h
|
~/.local/bin/codespell *.c *.h doc/*.scd
|
||||||
- setup: |
|
- setup: |
|
||||||
mkdir -p bld/debug bld/release bld/x11-only bld/wayland-only bld/plugs-are-shared
|
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
|
meson --buildtype=debug -Db_coverage=true yambar bld/debug
|
||||||
|
|
|
@ -96,4 +96,4 @@ codespell:
|
||||||
- apk add python3
|
- apk add python3
|
||||||
- apk add py3-pip
|
- apk add py3-pip
|
||||||
- pip install codespell
|
- pip install codespell
|
||||||
- codespell *.c *.h
|
- codespell *.c *.h doc/*.scd
|
||||||
|
|
Loading…
Add table
Reference in a new issue