Skip to content

Commit

Permalink
Merge pull request #12 from ekohl/define-default-task
Browse files Browse the repository at this point in the history
Define a default task
  • Loading branch information
ghoneycutt authored Apr 14, 2020
2 parents f67faaf + c9147d2 commit 6f2e1e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/voxpupuli/test/rake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
desc 'Run tests'
task test: [:release_checks]

task default: [:release_checks]

namespace :check do
desc 'Check for trailing whitespace'
task :trailing_whitespace do
Expand Down

0 comments on commit 6f2e1e1

Please sign in to comment.