Skip to content

Commit 0da42ed

Browse files
committed
Add workingDirectory in showcase
1 parent e0a3061 commit 0da42ed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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/foundry-storage-check@v3.3
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)