Remove premature sourcehut CI

ober

53e292ac38c4a806a69181f7deef85ba88cd0323

diff --git a/.builds/ci.yml b/.builds/ci.yml
deleted file mode 100644
index 58bec1b..0000000
--- a/.builds/ci.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-image: alpine/latest
-packages:
-  - git
-sources:
-  - https://git.sr.ht/~lisp/jerboa-aigit
-tasks:
-  - test: |
-      cd jerboa-aigit
-      echo "Install jerboa before running CI tests on this worker."
-      command -v jerboa
-      make verify
-