swiftlang / swiftly

A Swift toolchain installer and manager, written in Swift.
https://swiftlang.github.io/swiftly/
Apache License 2.0
490 stars 28 forks source link

Add post-merge CI to swiftly #147

Closed cmcgee1024 closed 2 days ago

cmcgee1024 commented 3 months ago

Currently, CI only runs pull requests when they are opened, changed, or someone asks using a comment on a PR. There should be a post-merge CI for swiftly that checks that the merged result on the main branch too so that any merge issues are found right away.

adam-fowler commented 3 months ago

This would be easier if we use GH actions to do our CI for Swiftly

cmcgee1024 commented 4 days ago

See #185