Skip to content

Commit dea064e

Browse files
committed
chore: verify our bzl_libraries
Aspect_bazel_lib fork has an action to extract docs from each bzl_library, ensuring they are well-formed
1 parent 6decef3 commit dea064e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nodejs/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
1+
load("@aspect_bazel_lib//:bzl_library.bzl", "bzl_library")
22
load("//nodejs/private:nodejs_toolchains_repo.bzl", "PLATFORMS")
33
load("//nodejs/private:user_build_settings.bzl", "user_args")
44

nodejs/private/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
1+
load("@aspect_bazel_lib//:bzl_library.bzl", "bzl_library")
22

33
bzl_library(
44
name = "bzl",

nodejs/private/providers/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
15+
load("@aspect_bazel_lib//:bzl_library.bzl", "bzl_library")
1616

1717
bzl_library(
1818
name = "bzl",

0 commit comments

Comments
 (0)