krz/hutch

an ios client for sourcehut

clone: git clone https://gitbay.org/krz/hutch.git

42de17403ce997e1e21938e1c1e9cb268adb7683

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-07-15T23:56:59Z

fix: drop stale website check from CI

repo-structure-check asserted `test -d "website"`, but the website/ tree was
removed in 24c8bc6 when the privacy policy moved to its new location. The
check has failed on every build since, so the builds.sr.ht badge has been red
since April.
 builds/swift-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/builds/swift-ci.yml b/builds/swift-ci.yml
index 3877756..d2449b5 100644
--- a/builds/swift-ci.yml
+++ b/builds/swift-ci.yml
@@ -71,7 +71,6 @@ tasks:
       cd "$HOME/Hutch"
 
       test -f "Hutch.xcodeproj/project.pbxproj"
-      test -d "website"
       test -f "README.md"
 
   - xcode-project-check: |