🧵 Soothing pastel theme for Tangled! (WIP)
8

Configure Feed

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

add prettier workflow

cswimr (Jul 2, 2026, 11:10 PM EDT) e1ca6e7b f298bea9

+13
+13
.tangled/workflows/lint.yml
··· 1 + when: 2 + - event: ["push"] 3 + branch: main 4 + 5 + engine: nixery 6 + 7 + dependencies: 8 + nixpkgs: 9 + - prettier 10 + 11 + steps: 12 + - name: lint userstyle 13 + command: prettier --check tangled.user.less