2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-26 13:30:30 +00:00

chore: check gazelle on CI (#586)

This commit is contained in:
Alex Eagle 2023-10-05 15:50:42 -07:00 committed by Greg Magolan
parent f489b3c67b
commit 5172e9b5eb
2 changed files with 20 additions and 4 deletions

View file

@ -4,14 +4,23 @@ env:
CC: /bin/false
workspaces:
- .
- e2e/smoke
- e2e/coreutils
- e2e/copy_to_directory
- e2e/external_copy_to_directory
- e2e/smoke:
gazelle:
without: true
- e2e/coreutils:
gazelle:
without: true
- e2e/copy_to_directory:
gazelle:
without: true
- e2e/external_copy_to_directory:
gazelle:
without: true
bazel:
flags:
- --remote_download_minimal
- --nobuild_runfile_links
tasks:
branch_freshness:
gazelle:
test:

View file

@ -21,6 +21,13 @@ gazelle_binary(
gazelle(
name = "gazelle",
gazelle = "gazelle_bin",
mode = "fix",
)
gazelle(
name = "gazelle.check",
gazelle = "gazelle_bin",
mode = "diff",
)
gazelle(