๐Ÿ€ ATproto library for gleam
atproto library gleam
35

Configure Feed

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

ci: add test.yml

kacaii.dev (Jun 29, 2026, 9:52 PM -0300) f50c9756 e7188f5d

+21
+21
.tangled/workflows/test.yml
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: ["main"] 4 + 5 + engine: microvm 6 + image: nixos 7 + 8 + registry: 9 + nixpkgs: github:nixos/nixpkgs/nixos-unstable 10 + 11 + dependencies: 12 + - beamMinimal29Packages.erlang 13 + - beamMinimal29Packages.rebar3 14 + - gleam 15 + 16 + steps: 17 + - name: check format 18 + command: gleam format --check 19 + 20 + - name: run unit tests 21 + command: gleam test