From e56cf78346744a1f0fb87e9accb0a1d652370bf4 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 31 Aug 2023 14:50:54 +0200 Subject: [PATCH] Add REUSE lint to CI --- .build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.build.yml b/.build.yml index 5168f17..2cb30c3 100644 --- a/.build.yml +++ b/.build.yml @@ -3,6 +3,7 @@ packages: - rsync - git - hugo + - reuse sources: - https://git.sr.ht/~redstrate/redstrate.com secrets: @@ -22,6 +23,9 @@ tasks: cd redstrate.com echo "StrictHostKeyChecking=no" >> ~/.ssh/config rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/retro.redstrate.com + - reuse: | + cd redstrate.com + reuse lint - htmltest: | cd redstrate.com curl https://htmltest.wjdp.uk | bash