@@ 0,0 1,19 @@
+image: alpine/edge
+packages:
+ - ruby
+ - ruby-dev
+ - ruby-bundler
+
+sources:
+ - https://git.sr.ht/~ren/magentasso-rb
+
+tasks:
+ - test: |
+ cd magentasso-rb
+ bundle install
+ bundle exec rake spec
+
+ - lint: |
+ cd magentasso-rb
+ bundle install
+ bundle exec rake rubocop