RSS Reader using AT Protocol rssbase.io
feed atom rss reader atproto social
2

Configure Feed

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

update ci to trigger it

Romain Gautier (Jun 29, 2026, 2:48 PM +0200) 8ad7d036 6e6582de

+15 -1
+15 -1
.tangled/workflows/build.yml
··· 1 1 when: 2 2 - event: ["push", "manual"] 3 - branch: ["main", "develop"] 3 + branch: ["main"] 4 4 - event: ["pull_request"] 5 5 branch: ["main"] 6 6 ··· 16 16 - devenv 17 17 18 18 steps: 19 + - name: Debug 20 + command: | 21 + set -eux 22 + pwd 23 + id 24 + ls -la 25 + find . -maxdepth 2 -type f | sort 26 + git status || true 27 + which devenv || true 28 + devenv version || true 29 + nix --version || true 30 + devenv info || true 31 + devenv shell -- echo ok 32 + 19 33 - name: "Test" 20 34 command: devenv shell -- echo "Build cached"