Add github action for rspec

This commit is contained in:
Sven Weidauer 2022-06-05 12:57:27 +02:00
parent 3711acbec3
commit 64d2eb9a43
3 changed files with 39 additions and 0 deletions

View file

@ -6,4 +6,5 @@ gemspec
group :ci do
gem 'code-scanning-rubocop'
gem "rspec_junit_formatter"
end