perfectline / validates_url

URL Validation for Rails
MIT License
583 stars 113 forks source link

CI: Switch to github actions #133

Closed benjamin-ltr closed 2 years ago

benjamin-ltr commented 2 years ago

The travis build is not working anymore, so I created a workflow for github actions (which is free for public repos). This workflow is pretty basic and only runs tests for now.

fix #120

kritik commented 2 years ago

thanks

benjamin-ltr commented 2 years ago

The workflow is pretty basic at the moment and only runs the test suite but we can extend it later. I think it will be great to release a new version automatically when a tag is pushed on the main branch.

Also the build is failing for some versions of ruby with the following error message:

nokogiri-1.12.5-x86_64-linux requires ruby version >= 2.5, < 3.1.dev, which is
incompatible with the current version, ruby 2.4.10p364
Error: Process completed with exit code 5.

So I commented some lines for the moment.