Skip to content

Commit

Permalink
ci(check): add foundry.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 23, 2024
1 parent e981d2b commit 2c119ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/foundry-storage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ jobs:
- name: Check storage layout
uses: Rubilmax/foundry-storage-check@feat/showcase
with:
contract: Example.sol:Example
workingDirectory: contracts/ # optional, could be replaced with `contracts/Example.sol:Example` in the line above
contract: Example
2 changes: 2 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[profile.default]
src = "contracts/"

0 comments on commit 2c119ac

Please sign in to comment.