ruckus / quickbooks-ruby

Quickbooks Online REST API V3 - Ruby
MIT License
374 stars 302 forks source link

Migrate CI to GitHub Actions #574

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

Migrate CI to GitHub Actions as Travis CI.org is no longer active.

In addition to adding the config file, I updated the use of errors.keys to errors.map(&:attribute) the keys method on errors has been removed.

After the above changes everything runs green on my fork.

ruckus commented 2 years ago

@petergoldstein Amazing - thank you!