atproto utils for zig zat.dev
atproto sdk zig

add tangled ci workflow

Changed files
+18
.tangled
workflows
+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