chore(ci): skip ada compilation in amazon-linux-2 #1433
buildifier.yml
on: pull_request
Auto-format and Check
5s
Annotations
2 errors
Auto-format and Check:
build/BUILD.bazel#L1
Please run buildifier.
diff --git a/build/BUILD.bazel b/build/BUILD.bazel
index aea6e2b..91b9966 100644
--- a/build/BUILD.bazel
+++ b/build/BUILD.bazel
@@ -1,6 +1,6 @@
load("@kong_bindings//:variables.bzl", "KONG_VAR")
load("@bazel_skylib//lib:selects.bzl", "selects")
-load("//build:build_system.bzl", "get_workspace_name", "kong_genrule", "kong_install", "kong_rules_group", "kong_template_file", "get_clib_deps")
+load("//build:build_system.bzl", "get_clib_deps", "get_workspace_name", "kong_genrule", "kong_install", "kong_rules_group", "kong_template_file")
load("@kong//build/openresty/wasmx/filters:variables.bzl", "WASM_FILTERS_TARGETS")
exports_files([
|
Auto-format and Check
Process completed with exit code 1.
|