[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

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

chore: use array syntax

for some reason the schema for the actions wants it to be an array

Willow (GHOST) (May 24, 2026, 3:36 PM +0100) ffcf0d84 f68b862f

+4 -2
+4 -2
.github/workflows/verify.yaml
··· 2 2 3 3 on: 4 4 push: 5 - branches: main 5 + branches: 6 + - main 6 7 pull_request: 7 - branches: main 8 + branches: 9 + - main 8 10 9 11 permissions: 10 12 contents: read