cyu / rack-cors

Rack Middleware for handling Cross-Origin Resource Sharing (CORS), which makes cross-origin AJAX possible.
MIT License
3.26k stars 263 forks source link

Migrate CI to GitHub actions #256

Closed ohbarye closed 1 year ago

ohbarye commented 1 year ago

Issue

closes #249

Change

This pull request migrates CI from TravisCI to GitHub Actions.

Testing

I've confirmed all versions and rubocop passes.

https://github.com/ohbarye/rack-cors/actions/runs/4232694819

image
cyu commented 1 year ago

@ohbarye Awesome, thank you!

ohbarye commented 1 year ago

Thank you for your review too!