Skip to content
Snippets Groups Projects
Commit 8a4f26f9 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

test-bot: run `brew style`.

parent 263a8a0b
No related branches found
No related tags found
No related merge requests found
......@@ -719,6 +719,7 @@ module Homebrew
test "brew", "update-test", "--commit=HEAD"
end
test "brew", "style"
test "brew", "readall", "--syntax"
coverage_args = []
......@@ -741,6 +742,9 @@ module Homebrew
test "brew", "cask-tests", *coverage_args
end
elsif @tap
if @tap.name == "homebrew/core"
test "brew", "style", @tap.name
end
test "brew", "readall", "--aliases", @tap.name
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment