premailer / css_parser

Ruby CSS Parser
Other
279 stars 110 forks source link

Add GitHub Actions CI #113

Closed ojab closed 3 years ago

ojab commented 3 years ago

GH Actions are faster than Travis and overall nicer, let's switch. Push to master can be seen here, PR is https://github.com/ojab/css_parser/pull/1.

Travis will be dropped in the next PR because if I drop it now — this PR wouldn't run any CI.

grosser commented 3 years ago

thx, looks nice ... great that jruby got fixed too :D can remove travis.yml and any links/badges in the readme if there are any prefer not removing the Gemfile.lock though to keep the builds from randomly failing without anyone knowing a stable configuration

ojab commented 3 years ago

Gemfile.lock is still here, travis will be removed in the next PR since GH Actions wouldn't run until they're in master.

grosser commented 3 years ago

then next PR plz :D

ojab commented 3 years ago

https://github.com/premailer/css_parser/pull/114 Here it is, hope that ±500 lines is fine since it's mostly formatting changes.