mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05: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
|
||||
- libxkbcommon-dev
|
||||
- ncurses
|
||||
- python3
|
||||
- py3-pip
|
||||
|
||||
sources:
|
||||
- https://codeberg.org/dnkl/foot
|
||||
|
|
@ -41,3 +43,6 @@ tasks:
|
|||
meson --buildtype=minsize foot bld/release
|
||||
ninja -C bld/release -k0
|
||||
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