Skip to content

Commit dc3dbad

Browse files
committed
Fix lint
1 parent 5f2314b commit dc3dbad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- name: Configure bazel
1919
run: .github/configure-bazel
2020
- name: Test
21-
run: bazel test tools/bazel:bazelrc.diff tools/lint:format_test
21+
run:
22+
bazel test tools/bazel:bazelrc.diff tools/lint:format_test
2223
tools/lint:lint_test
2324
# needs rules_file to work with generate directories tools/javascript:js_diff
2425
test:

0 commit comments

Comments
 (0)