maxim-lobanov / setup-cocoapods

Set up your GitHub Actions workflow with a specific version of Cocoapods
MIT License
31 stars 6 forks source link

Add support for linux, test on ubuntu #4

Closed robhogan closed 4 years ago

robhogan commented 4 years ago

Fixes #3

Allow running on linux, and add a CI test for use on ubuntu-latest

NB: On linux, it's important to ensure a compatible ruby version. This is easily taken care of with a setup-ruby step.

robhogan commented 4 years ago

@maxim-lobanov Should I bump the package version in this PR or will you take care of that?

maxim-lobanov commented 4 years ago

@rh389 , I will take care about it and will polish readme in 10 minutes. Thank you for contribution!