Skip to content

Commit

Permalink
Add steep check task
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Nov 12, 2023
1 parent 7f0b408 commit 22fb411
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = FileList['spec/**/*_spec.rb']
end

task default: %i[spec]
desc "steep check"
task :steep do
sh "bundle exec steep check"
end

task default: %i[spec steep]

0 comments on commit 22fb411

Please sign in to comment.