Skip to content

Commit

Permalink
chore: check gazelle on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Oct 5, 2023
1 parent 6a4381b commit 2333d1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ queue: bazel-lib
env:
CC: /bin/false
workspaces:
- .
- .:
tasks:
gazelle:
- e2e/smoke
- e2e/coreutils
- e2e/copy_to_directory
Expand Down
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 2333d1a

Please sign in to comment.