├── .github └── workflows │ └── cleanup.yaml ├── README.md ├── updates-test.json └── updates.json /.github/workflows/cleanup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workflowy/desktop/HEAD/.github/workflows/cleanup.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workflowy/desktop/HEAD/README.md -------------------------------------------------------------------------------- /updates-test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workflowy/desktop/HEAD/updates-test.json -------------------------------------------------------------------------------- /updates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workflowy/desktop/HEAD/updates.json --------------------------------------------------------------------------------