We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18aec45 commit 78c263aCopy full SHA for 78c263a
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.2
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