Skip to content

Commit 74b86ab

Browse files
committed
Run test_lint.sh in CI
`test_lint.sh` now contains a test to lint `MODULE.bazel` files, so this runs the script in CI instead of just //tools:lint_check.
1 parent d17d2dc commit 74b86ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.bazelci/presubmit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ tasks:
102102
shell_commands:
103103
- "./test_cross_build.sh"
104104
lint_linux:
105-
name: "bazel //tools:lint_check"
105+
name: "./test_lint.sh"
106106
platform: ubuntu2004
107-
run_targets:
108-
- "//tools:lint_check"
107+
shell_commands:
108+
- "./test_lint.sh"
109109
test_rules_scala_jdk21:
110110
name: "./test_rules_scala with jdk21"
111111
platform: ubuntu2004

0 commit comments

Comments
 (0)