We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c8d66 commit 09e01c6Copy full SHA for 09e01c6
1 file changed
.github/workflows/foundry-storage-check.yml
@@ -30,4 +30,5 @@ jobs:
30
- name: Check storage layout
31
uses: Rubilmax/foundry-storage-check@feat/showcase
32
with:
33
- contract: contracts/Example.sol:Example
+ contract: Example.sol:Example
34
+ workingDirectory: contracts/ # optional, could be replaced with `contracts/Example.sol:Example` in the line above
0 commit comments