Add GitHub CI workflow for slim lint

This commit is contained in:
Sebastian Serth
2024-04-13 23:42:31 +02:00
committed by Dominic Sauer
parent 9a9efd5caa
commit 681e8ec444
4 changed files with 67 additions and 0 deletions

View File

@ -80,6 +80,7 @@ group :development, :staging do
gem 'rubocop-performance'
gem 'rubocop-rails', require: false
gem 'rubocop-rspec'
gem 'slim_lint', require: false
end
group :test do