Skip to content

Commit

Permalink
Run srb ts on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
euglena1215 committed Jan 7, 2024
1 parent d3b945d commit 62a0b1d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ require "rubocop/rake_task"

RuboCop::RakeTask.new

task default: [:test, :rubocop]
task :sorbet do
sh "bundle exec srb tc"
end

task default: [:test, :rubocop, :sorbet]

0 comments on commit 62a0b1d

Please sign in to comment.