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 committed Oct 8, 2023
1 parent 64a7a32 commit 9a8416a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ env:
CC: /bin/false
workspaces:
- .
- e2e/smoke
- e2e/coreutils
- e2e/copy_to_directory
- e2e/smoke:
gazelle:
without: true
- e2e/coreutils:
gazelle:
without: true
- e2e/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 9a8416a

Please sign in to comment.