porting all github actions from bluesky-social/indigo to tangled CI

small review updates

Changed files
+1 -11
pds
repomgr
-11
pds/server.go
··· 201 201 handle = hurl.Host 202 202 } 203 203 204 - /* 205 - profile, err := bsky.ActorGetProfile(ctx, c, did) 206 - if err != nil { 207 - return nil, err 208 - } 209 - 210 - if handle != profile.Handle { 211 - return nil, fmt.Errorf("mismatch in handle between did document and pds profile (%s != %s)", handle, profile.Handle) 212 - } 213 - */ 214 - 215 204 // TODO: request this users info from their server to fill out our data... 216 205 u := User{ 217 206 Handle: handle,
+1
repomgr/bench_test.go
··· 54 54 b.Fatal(err) 55 55 } 56 56 57 + // TODO: constructor for 'either type' 57 58 /* 58 59 cs, err := carstore.NewCarStore(cardb, []string{cspath}) 59 60 if err != nil {