ci: sr.ht: cd into ‘foot’ before running codespell

This commit is contained in:
Daniel Eklöf 2020-12-24 13:44:09 +01:00
parent e9a27d1272
commit c3d067869d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -43,4 +43,5 @@ tasks:
meson test -C bld/release --print-errorlogs
- codespell: |
pip install codespell
cd foot
~/.local/bin/codespell *.c *.h