Add github actions CI

This commit is contained in:
Paul Chavard 2021-02-17 19:06:55 +01:00
parent 46a839e7f7
commit a03d812d19
3 changed files with 103 additions and 1 deletions

View file

@ -1,5 +1,5 @@
task :lint do
sh "bundle exec rubocop"
sh "bundle exec rubocop --parallel"
sh "bundle exec haml-lint app/views/"
sh "bundle exec scss-lint app/assets/stylesheets/"
sh "bundle exec brakeman --no-pager"