mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
ci: sr.ht: run a codespell task at the end
This commit is contained in:
parent
7effd739b4
commit
11cb08f1b5
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ packages:
|
||||||
- pixman-dev
|
- pixman-dev
|
||||||
- libxkbcommon-dev
|
- libxkbcommon-dev
|
||||||
- ncurses
|
- ncurses
|
||||||
|
- python3
|
||||||
|
- py3-pip
|
||||||
|
|
||||||
sources:
|
sources:
|
||||||
- https://codeberg.org/dnkl/foot
|
- https://codeberg.org/dnkl/foot
|
||||||
|
|
@ -41,3 +43,6 @@ tasks:
|
||||||
meson --buildtype=minsize foot bld/release
|
meson --buildtype=minsize foot bld/release
|
||||||
ninja -C bld/release -k0
|
ninja -C bld/release -k0
|
||||||
meson test -C bld/release --print-errorlogs
|
meson test -C bld/release --print-errorlogs
|
||||||
|
- codespell: |
|
||||||
|
pip install codespell
|
||||||
|
~/.local/bin/codespell *.c *.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue