Skip to content

Commit

Permalink
[ci] check that deps.bzl is up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
mostynb committed Mar 15, 2022
1 parent 9624090 commit b691700
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ tasks:
- "..."
# A series of checks, each in a separate job due to
# https://github.com/bazelbuild/continuous-integration/issues/938
check_modules:
platform: ubuntu2004
name: "gazelle-update-repos"
shell_commands:
- "bazel run //:gazelle-update-repos"
- "echo check if deps.bzl is up to date"
- "git diff --exit-code" # If there is a diff, fail.
check_gofmt:
platform: ubuntu2004
name: "go fmt"
Expand Down

0 comments on commit b691700

Please sign in to comment.