TUI for Todoist written with React+Ink.
0

Configure Feed

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

add ci

Aly Raffauf (Feb 11, 2026, 11:52 AM EST) 95a615af ab327e54

+12
+12
.github/workflows/ci.yml
··· 1 + name: CI 2 + on: [push, pull_request] 3 + jobs: 4 + build: 5 + runs-on: ubuntu-latest 6 + steps: 7 + - uses: actions/checkout@v4 8 + - uses: actions/setup-node@v4 9 + with: 10 + node-version: 20 11 + - run: npm ci 12 + - run: npm run build