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:
parent
f489b3c67b
commit
5172e9b5eb
|
@ -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:
|
||||
|
|
|
@ -21,6 +21,13 @@ gazelle_binary(
|
|||
gazelle(
|
||||
name = "gazelle",
|
||||
gazelle = "gazelle_bin",
|
||||
mode = "fix",
|
||||
)
|
||||
|
||||
gazelle(
|
||||
name = "gazelle.check",
|
||||
gazelle = "gazelle_bin",
|
||||
mode = "diff",
|
||||
)
|
||||
|
||||
gazelle(
|
||||
|
|
Loading…
Reference in a new issue