willowtreeapps / vocable-ios

Vocable AAC for iOS - Empowering people to communicate with care takers and loved ones.
https://vocable.app
MIT License
78 stars 20 forks source link

Investigate migration to Github Actions #732

Closed Clstroud closed 1 month ago

Clstroud commented 4 months ago

Attempt to migrate the current CircleCI pipeline to Github Actions.

Our localization workflow is no longer working due to branch protections on develop, which we don't want to remove. Github Actions should theoretically allow us to enforce localization exports such that they occur on PR branches exclusively, while also enforcing that step as a merge requirement.

peterkos commented 4 months ago

Goals:

@Clstroud Is there anything I'm missing? Do we want to map over the other fastlane lanes as well (ex. buildanddeploytotestflight)?