atproto utils for zig zat.dev
atproto sdk zig
26
fork

Configure Feed

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

add tangled ci workflow

zzstoatzz 3794215d f86fe44a

+18
+18
.tangled/workflows/ci.yml
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: main 4 + 5 + engine: nixery 6 + 7 + dependencies: 8 + nixpkgs: 9 + - zig 10 + 11 + steps: 12 + - name: check formatting 13 + command: | 14 + zig fmt --check . 15 + 16 + - name: run tests 17 + command: | 18 + zig build test --summary all