There was an error while loading. Please reload this page.
2 parents 48b472b + 4e00c9f commit ded84e5Copy full SHA for ded84e5
1 file changed
.github/workflows/foundry.yml
@@ -28,6 +28,9 @@ jobs:
28
- name: Build contracts & check sizes
29
run: forge build --force --sizes # don't use compilation cache
30
31
+ - name: Check foundry.lock matches submodule pins
32
+ run: forge build --locked
33
+
34
test:
35
needs: build
36
0 commit comments