BYOK Personal Data Server (PDS) written in Go
ipfs vow atproto pds go
1
fork

Configure Feed

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

ci: fix ci

+1 -1
+1 -1
.tangled/workflows/ci.yml
··· 18 18 19 19 steps: 20 20 - name: "Build" 21 - command: "go build ." 21 + command: "go build ./..." 22 22 23 23 - name: "Run tests" 24 24 command: "go test ./... -v"