mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 20:35:42 +02:00
ci: run codespell on CHANGELOG.md
This commit is contained in:
parent
77ca2e8225
commit
e2c2f48203
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ tasks:
|
|||
- codespell: |
|
||||
pip install codespell
|
||||
cd yambar
|
||||
~/.local/bin/codespell README.md *.c *.h doc/*.scd
|
||||
~/.local/bin/codespell README.md CHANGELOG.md *.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 README.md *.c *.h doc/*.scd
|
||||
- codespell README.md CHANGELOG.md *.c *.h doc/*.scd
|
||||
|
|
Loading…
Add table
Reference in a new issue