From dc0e1c3b62987e60e6f508c3bfad86ace997ef05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 24 Dec 2020 13:44:09 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20sr.ht:=20cd=20into=20=E2=80=98foot?= =?UTF-8?q?=E2=80=99=20before=20running=20codespell?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .builds/alpine-x64.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.builds/alpine-x64.yml b/.builds/alpine-x64.yml index ee81d59e..561043a6 100644 --- a/.builds/alpine-x64.yml +++ b/.builds/alpine-x64.yml @@ -49,4 +49,5 @@ tasks: meson test -C bld/release --print-errorlogs - codespell: | pip install codespell + cd foot ~/.local/bin/codespell *.c *.h