Skip to content

Commit 362a91a

Browse files
authored
Merge pull request The-OpenROAD-Project#9703 from Pinata-Consulting/bazel-checks
Bazel checks
2 parents fbb093c + ae23a06 commit 362a91a

File tree

2 files changed

+895
-163
lines changed

2 files changed

+895
-163
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Lightweight lock file check on Linux only.
2+
# The macOS bazel build does not need to duplicate this.
3+
name: Check MODULE.bazel.lock
4+
5+
on:
6+
pull_request:
7+
8+
jobs:
9+
Check-Bazel-Lock:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Check out repository code
13+
uses: actions/checkout@v6
14+
15+
- name: Verify lock file is up to date
16+
run: bazelisk mod deps --lockfile_mode=error

0 commit comments

Comments
 (0)