Skip to content

Commit

Permalink
Enforce that third-party/bazel is synchronized with third-party/Cargo…
Browse files Browse the repository at this point in the history
….lock
  • Loading branch information
dtolnay committed Oct 15, 2024
1 parent 7b8aa58 commit a286351
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ jobs:
- name: Check MODULE.bazel.lock up to date
run: git diff --exit-code
if: matrix.os == 'ubuntu' || matrix.os == 'macos'
- run: bazel run //third-party:vendor
if: matrix.os == 'ubuntu' || matrix.os == 'macos'
- name: Check third-party/bazel up to date
run: git diff --exit-code
if: matrix.os == 'ubuntu' || matrix.os == 'macos'

minimal:
name: Minimal versions
Expand Down

0 comments on commit a286351

Please sign in to comment.