Skip to content

Commit

Permalink
chore: check gazelle on CI (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored and gregmagolan committed Oct 31, 2023
1 parent f489b3c commit 5172e9b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
7 changes: 7 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ gazelle_binary(
gazelle(
name = "gazelle",
gazelle = "gazelle_bin",
mode = "fix",
)

gazelle(
name = "gazelle.check",
gazelle = "gazelle_bin",
mode = "diff",
)

gazelle(
Expand Down

0 comments on commit 5172e9b

Please sign in to comment.