Skip to content

Commit 8c7983a

Browse files
committed
Add rebase check and fix for new whitelist
1 parent 0e91c88 commit 8c7983a

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

boris.toml

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
[boris]
22
version = 1
33

4-
[build.submodules]
5-
command = [["dangling-refs"]]
6-
7-
[build.validate]
8-
command = [["validate-respect"]]
9-
104
[build.dist-7-8]
11-
125
[build.dist-7-10]
13-
146
[build.dist-8-0]
7+
[build.dist-validate]
8+
command = [["validate-respect"]]
159

1610
[build.branches-7-8]
17-
1811
[build.branches-7-10]
19-
2012
[build.branches-8-0]
13+
14+
[build.all-rebased]
15+
command = [["rebased"]]
16+
[build.all-submodules]
17+
command = [["dangling-refs"]]

0 commit comments

Comments
 (0)