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 2, 2023
1 parent e0a3061 commit 0da42ed
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 @@ -27,4 +27,5 @@ jobs:
- name: Check storage layout
uses: Rubilmax/[email protected]
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 0da42ed

Please sign in to comment.