Skip to content

Commit

Permalink
Add typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
udzura committed Oct 25, 2024
1 parent 3e2917b commit bb5f31c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@ Rake::TestTask.new(:test) do |t|
t.test_files = FileList["test/**/*_test.rb"]
end

task default: :test
desc "Run rbs-inline and steep"
task :check do
sh "bundle exec rbs-inline --output lib/"
sh "bundle exec steep check"
end

task default: %i[test check]

0 comments on commit bb5f31c

Please sign in to comment.