Skip to content

Commit

Permalink
rakefile update =_=
Browse files Browse the repository at this point in the history
  • Loading branch information
leonovk committed Dec 8, 2023
1 parent 0e78469 commit 4cc9077
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ task :build_and_push do
File.delete(file_name)
puts 'done'
end

task full_check: :test do
system 'rubocop'
end

task default: :full_check

0 comments on commit 4cc9077

Please sign in to comment.