ci: sr.ht: run a codespell task at the end

This commit is contained in:
Daniel Eklöf 2020-08-22 10:25:52 +02:00
parent 7effd739b4
commit 11cb08f1b5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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