Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nevadaperry committed Dec 17, 2024
1 parent 5f2314b commit dc3dbad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Configure bazel
run: .github/configure-bazel
- name: Test
run: bazel test tools/bazel:bazelrc.diff tools/lint:format_test
run:
bazel test tools/bazel:bazelrc.diff tools/lint:format_test
tools/lint:lint_test
# needs rules_file to work with generate directories tools/javascript:js_diff
test:
Expand Down

0 comments on commit dc3dbad

Please sign in to comment.