Commit 87aca45c authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #4607 from ethereum-optimism/jm/freeze-lock-file

ci: Fail CI if yarn.lock changes
parents 765264c3 1d4b2b6a
......@@ -68,7 +68,7 @@ jobs:
patterns: op-bindings,op-chain-ops,packages/
- run:
name: Install dependencies
command: yarn --frozen-lockfile
command: yarn && git diff --exit-code
- run:
name: print forge version
command: forge --version
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment