Skip to content

Commit

Permalink
Update foundry-storage-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 5, 2022
1 parent a99c9b1 commit efa12cf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 41 deletions.
25 changes: 0 additions & 25 deletions .github/actions/ci-storage-layout/action.yml

This file was deleted.

14 changes: 6 additions & 8 deletions .github/workflows/ci-storage-layout-aave-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,13 @@ jobs:
with:
version: nightly

- uses: ./.github/actions/ci-storage-layout
- name: Check Morpho storage layout
uses: Rubilmax/foundry-storage-check@v2
with:
path: contracts/aave-v2/Morpho.sol
contract: Morpho
protocol: aave-v2
contract: contracts/aave-v2/Morpho.sol:Morpho

- uses: ./.github/actions/ci-storage-layout
- name: Check RewardsManager storage layout
uses: Rubilmax/foundry-storage-check@v2
with:
path: contracts/aave-v2/RewardsManager.sol
contract: Morpho
protocol: aave-v2
contract: contracts/aave-v2/RewardsManager.sol:RewardsManager

14 changes: 6 additions & 8 deletions .github/workflows/ci-storage-layout-compound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,13 @@ jobs:
with:
version: nightly

- uses: ./.github/actions/ci-storage-layout
- name: Check Morpho storage layout
uses: Rubilmax/foundry-storage-check@v2
with:
path: contracts/compound/Morpho.sol
contract: Morpho
protocol: compound
contract: contracts/compound/Morpho.sol:Morpho

- uses: ./.github/actions/ci-storage-layout
- name: Check RewardsManager storage layout
uses: Rubilmax/foundry-storage-check@v2
with:
path: contracts/compound/RewardsManager.sol
contract: Morpho
protocol: compound
contract: contracts/compound/RewardsManager.sol:RewardsManager

0 comments on commit efa12cf

Please sign in to comment.