Gleam ATProto packages
30

Configure Feed

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

ci: remove `cd ..` from workflows

Having the `cd ..` means that workflows will report a success even when
the previous command exited with code 1

Signed-off-by: Naomi Roberts <mia@naomieow.xyz>

Naomi Roberts (Jul 10, 2026, 11:31 AM +0100) 87d01dfe 7e65af5e

-4
-1
.tangled/workflows/cbor.yaml
··· 19 19 command: | 20 20 cd cbor 21 21 gleam test 22 - cd ..
-1
.tangled/workflows/identity.yaml
··· 19 19 command: | 20 20 cd identity 21 21 gleam test 22 - cd ..
-1
.tangled/workflows/lexgen.yaml
··· 19 19 command: | 20 20 cd lexgen 21 21 gleam test 22 - cd ..
-1
.tangled/workflows/stare.yaml
··· 19 19 command: | 20 20 cd stare 21 21 gleam test 22 - cd ..