Skip to content

Commit 5c3e919

Browse files
committed
Add workingDirectory in showcase
1 parent f3c20e3 commit 5c3e919

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, could be replaced with `contracts/Example.sol:Example` in the line above

0 commit comments

Comments
 (0)