Skip to content

Commit 490adac

Browse files
committed
Add workingDirectory in showcase
1 parent a2f0142 commit 490adac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/foundry-storage-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
- name: Check storage layout
2828
uses: Rubilmax/[email protected]
2929
with:
30-
contract: contracts/Example.sol:Example
30+
contract: Example.sol:Example
31+
workingDirectory: contracts/ # optional

0 commit comments

Comments
 (0)