We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a3061 commit 0da42edCopy full SHA for 0da42ed
1 file changed
.github/workflows/foundry-storage-check.yml
@@ -27,4 +27,5 @@ jobs:
27
- name: Check storage layout
28
uses: Rubilmax/foundry-storage-check@v3.3
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