Skip to content

Commit

Permalink
chore: remove DiamondInit and facets from diamond storage check
Browse files Browse the repository at this point in the history
As discussed during PR review.

Resolves: #636
  • Loading branch information
gitcoindev committed Sep 26, 2023
1 parent 9d70040 commit 07fd6ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/diamond-storage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
- id: set-matrix
working-directory: packages/contracts
run: |
echo src/dollar/upgradeInitializers/DiamondInit.sol:DiamondInit >> contracts.txt
forge tree | grep -E '^src/dollar/facets' | cut -d' ' -f1 | xargs basename -s | cut -d'.' -f1 | xargs -I{} echo src/dollar/facets/{}.sol:{} >> contracts.txt
forge tree | grep -E '^src/dollar/libraries/Lib' | cut -d' ' -f1 | xargs basename -s | cut -d'.' -f1 | xargs -I{} echo src/dollar/libraries/{}.sol:{} >> contracts.txt
echo "::set-output name=matrix::$(cat contracts.txt | jq -R -s -c 'split("\n")[:-1]')"
Expand Down

0 comments on commit 07fd6ed

Please sign in to comment.