Skip to content

Commit

Permalink
Merge branch 'email-recovery' into recovery/more-domain-support
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Jan 6, 2025
2 parents dcf73c5 + 41fbafb commit 00b7594
Show file tree
Hide file tree
Showing 52 changed files with 3,449 additions and 1,693 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
with:
node-version: 18
cache: "yarn"

- name: Cache clean
run: yarn cache clean

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
- name: Install yarn
run: npm install -g yarn

- name: Cache clean
run: yarn cache clean

- name: Install dependencies
run: yarn install --frozen-lockfile

Expand Down Expand Up @@ -118,6 +121,9 @@ jobs:
- name: Install yarn
run: npm install -g yarn

- name: Cache clean
run: yarn cache clean

- name: Install dependencies
run: yarn install --frozen-lockfile

Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "packages/contracts/lib/forge-std"]
path = packages/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "packages/contracts/lib/safe-singleton-deployer-sol"]
path = packages/contracts/lib/safe-singleton-deployer-sol
url = https://github.com/wilsoncusack/safe-singleton-deployer-sol
Loading

0 comments on commit 00b7594

Please sign in to comment.