Skip to content

Commit 1783b64

Browse files
dash: switch to reusable license workflow and externalize dash tool (#842)
- Use reusable GitHub Actions workflow for license checks - Migrate dash license checker to Bazel registry; remove local tooling Addresses: #813 Signed-off-by: Dan Calavrezo <dan.calavrezo.ext@qorix.ai>
1 parent 7249b12 commit 1783b64

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tooling/docs/_tooling/docs.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ load("@rules_pkg//pkg:tar.bzl", "pkg_tar")
4545
load("@rules_python//python:pip.bzl", "compile_pip_requirements")
4646
load("@rules_python//sphinxdocs:sphinx.bzl", "sphinx_build_binary", "sphinx_docs")
4747
load("//docs:_tooling/extensions/score_source_code_linker/collect_source_files.bzl", "parse_source_files_for_needs_links")
48-
load("//tools/dash:dash.bzl", "dash_license_checker")
4948
load("//tools/testing/pytest:defs.bzl", "score_py_pytest")
5049

5150
sphinx_requirements = all_requirements + [

0 commit comments

Comments
 (0)