We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c20e3 commit 5c3e919Copy full SHA for 5c3e919
.github/workflows/foundry-storage-check.yml
@@ -27,4 +27,5 @@ jobs:
27
- name: Check storage layout
28
uses: Rubilmax/[email protected]
29
with:
30
- contract: contracts/Example.sol:Example
+ contract: Example.sol:Example
31
+ workingDirectory: contracts/ # optional, could be replaced with `contracts/Example.sol:Example` in the line above
0 commit comments