Add github actions CI
This commit is contained in:
parent
46a839e7f7
commit
a03d812d19
3 changed files with 103 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue