thoughtbot / art_vandelay

Art Vandelay is an importer/exporter for Rails 6.0 and higher.
MIT License
73 stars 4 forks source link

Add CI #8

Closed stevepolitodesign closed 1 year ago

stevepolitodesign commented 1 year ago

This commit adds a CI workflow through GitHub actions, and is inspired by capybara_accessibility_audit.

Because CI runs against a matrix of Ruby versions and Rails versions, some special considerations needed to be made.

A future commit will introduce a setup script and set the default version of Ruby.