-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve: Added Github Action CI #78
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
939b9aa
to
ea3dfee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! It's a shame there's no way to just hand circleCI a list of ruby versions and then write the boilerplate for running specs once.
Good point @edubkendo, there very likely is. I'll take a look before merging. |
ea3dfee
to
e4579a9
Compare
dc29935
to
a35b33a
Compare
e4579a9
to
a3c498e
Compare
We previously used TravisCI to run specs. This PR replaces this with a Github Action. It also removes the version locks on development dependencies as they are very old.