Skip to content

Commit 09e01c6

Browse files
committed
Add workingDirectory in showcase
1 parent d6c8d66 commit 09e01c6

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
@@ -30,4 +30,5 @@ jobs:
3030
- name: Check storage layout
3131
uses: Rubilmax/foundry-storage-check@feat/showcase
3232
with:
33-
contract: contracts/Example.sol:Example
33+
contract: Example.sol:Example
34+
workingDirectory: contracts/ # optional, could be replaced with `contracts/Example.sol:Example` in the line above

0 commit comments

Comments
 (0)