Skip to content

Commit a47b1d3

Browse files
pb8oJonathanWoollett-Light
authored andcommitted
chore: use checkstyle directly in PR pipeline
So that we don't have this in two places. Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 8d59ab2 commit a47b1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline_pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
args = COMMON_PARSER.parse_args()
2323

2424
step_style = {
25-
"command": "./tools/devtool -y test -- -n 8 --dist worksteal ../tests/integration_tests/style/",
25+
"command": "./tools/devtool -y checkstyle",
2626
"label": "🪶 Style",
2727
"priority": DEFAULT_PRIORITY,
2828
}

0 commit comments

Comments
 (0)