We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2314b commit dc3dbadCopy full SHA for dc3dbad
.github/workflows/build.yml
@@ -18,7 +18,8 @@ jobs:
18
- name: Configure bazel
19
run: .github/configure-bazel
20
- name: Test
21
- run: bazel test tools/bazel:bazelrc.diff tools/lint:format_test
+ run:
22
+ bazel test tools/bazel:bazelrc.diff tools/lint:format_test
23
tools/lint:lint_test
24
# needs rules_file to work with generate directories tools/javascript:js_diff
25
test:
0 commit comments