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 May 10, 2023
1 parent d6c8d66 commit 09e01c6
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 09e01c6

Please sign in to comment.