A simple utility for creating and monitoring GitHub Actions.
Input the details of your repositories and workflow files, and get a live update of their success/failure status. The list of repositories is stored in iCloud and synchronised across all your devices.
Action Status also include support for automatically generating Githubs workflow.yml files for Swift-based projects. Select from a range of platforms, swift versions, and actions to perform, then generate the workflow file. Also adds an optional header for your README.md file indicating which Swift versions and platforms you support.
Action Status V2.0.3更新日志:
- New grid layout available for the main window.
- Repos can be sorted by name or status.
- Now uses the GitHub API and supports monitoring the status of private repos.
- Detects when a workflow is running, or queued to run, and can reflect that in the user interface.
- Workflow options have been simplified and updated:
- added Swift 5.4 support
- added ability to run tests for just the oldest and newest supported Swift versions
- now always uses SPM to build/run on the Mac