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 e0a3061 commit 0da42edCopy full SHA for 0da42ed
.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