This repository has been archived on 2023-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
coverage-check-action/lib/entrypoint.sh
Andrew Mason 9f15426bbf
Fix Unprocessable Entity (RuntimeError) RuntimeError (#18)
fixes #16
fixes #17

Also updates the docs and moves to a smaller ruby image.
2019-10-24 22:15:35 -04:00

8 lines
131 B
Bash
Executable File

#!/bin/sh
set -e
gem install rubocop rubocop-performance rubocop-rails rubocop-minitest rubocop-rspec
ruby /action/lib/index.rb