testing my self-hosted spindle, please ignore
0

Configure Feed

Select the types of activity you want to include in your feed.

trigger ci

Cow (Jun 15, 2026, 8:26 PM -0700) 4e3efd3d f02ec935

Waiting for spindle ...
+1 -1
+1 -1
src/spindle_test.gleam
··· 1 1 import gleam/io 2 2 3 3 pub fn main() -> Nil { 4 - io.println("Hello from spindle_test!") 4 + io.println("Hello from spindle_test! -- trigger ci") 5 5 }