inseven / builds

GitHub Actions status board for macOS and iOS
MIT License
1 stars 1 forks source link

Share workflow result fetching code between widget and app #351

Closed jbmorley closed 2 months ago

jbmorley commented 3 months ago

There's currently a bunch of duplicate code in the widget for fetching workflow results that should be shared between the app and widget by moving it into BuildsCore.

As part of this work, it would be good to rethink the result return paths as there's currently a mix of async and completion blocks.