Skip to content

Commit

Permalink
fix(package): add uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 23, 2024
1 parent 52a813b commit 005d05f
Show file tree
Hide file tree
Showing 8 changed files with 968 additions and 24 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Foundry
uses: onbjerg/[email protected]
with:
version: nightly
uses: foundry-rs/[email protected]

- uses: actions/setup-node@v4
with:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/foundry-storage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
uses: foundry-rs/[email protected]

- name: Check storage layout
uses: Rubilmax/foundry-storage-check@main
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:

- name: Install Foundry
uses: foundry-rs/[email protected]
with:
version: nightly

- name: Check storage layout
uses: Rubilmax/[email protected]
Expand Down
Loading

0 comments on commit 005d05f

Please sign in to comment.