Skip to content

Commit

Permalink
Merge pull request #1383 from dtolnay/thirdpartybazel
Browse files Browse the repository at this point in the history
Enforce that third-party/bazel is synchronized with third-party/Cargo.lock
  • Loading branch information
dtolnay authored Oct 15, 2024
2 parents 7b8aa58 + a286351 commit 4d4d282
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 4d4d282

Please sign in to comment.