Skip to content

Commit

Permalink
Add workingDirectory in showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 20, 2023
1 parent 82bb9df commit f18f89c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/foundry-storage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
- name: Check storage layout
uses: Rubilmax/foundry-storage-check@feat/showcase
with:
contract: contracts/Example.sol:Example
contract: Example.sol:Example
workingDirectory: contracts/ # optional, could be replaced with `contracts/Example.sol:Example` in the line above

0 comments on commit f18f89c

Please sign in to comment.