Commit 78037c5c authored by Maurelian's avatar Maurelian

ci: Fail CI if yarn.lock changes

parent f624cd21
...@@ -68,7 +68,7 @@ jobs: ...@@ -68,7 +68,7 @@ jobs:
patterns: op-bindings,op-chain-ops,packages/ patterns: op-bindings,op-chain-ops,packages/
- run: - run:
name: Install dependencies name: Install dependencies
command: yarn --frozen-lockfile command: yarn && git diff --exit-code
- run: - run:
name: print forge version name: print forge version
command: 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