test-bot: run brew style.
This commit is contained in:
parent
263a8a0b73
commit
8a4f26f952
@ -719,6 +719,7 @@ module Homebrew
|
|||||||
test "brew", "update-test", "--commit=HEAD"
|
test "brew", "update-test", "--commit=HEAD"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
test "brew", "style"
|
||||||
test "brew", "readall", "--syntax"
|
test "brew", "readall", "--syntax"
|
||||||
|
|
||||||
coverage_args = []
|
coverage_args = []
|
||||||
@ -741,6 +742,9 @@ module Homebrew
|
|||||||
test "brew", "cask-tests", *coverage_args
|
test "brew", "cask-tests", *coverage_args
|
||||||
end
|
end
|
||||||
elsif @tap
|
elsif @tap
|
||||||
|
if @tap.name == "homebrew/core"
|
||||||
|
test "brew", "style", @tap.name
|
||||||
|
end
|
||||||
test "brew", "readall", "--aliases", @tap.name
|
test "brew", "readall", "--aliases", @tap.name
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user