diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..4249297 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,13 @@ +version: 2.1 +jobs: + build: + docker: + - image: ruby:3.1.4 + steps: + - checkout + - run: + name: Run the default task + command: | + gem install bundler -v 2.4.10 + bundle install + bundle exec rake