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 aeca6a8ea6
commit dc0e1c3b62
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

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