Skip to content

Commit

Permalink
Merge pull request #12 from tablelandnetwork/bcalza/listdealsfromhl
Browse files Browse the repository at this point in the history
listing deals from local db and metadata from web3storage
  • Loading branch information
brunocalza authored Nov 9, 2023
2 parents 87aba6d + 77ef489 commit 4839372
Show file tree
Hide file tree
Showing 21 changed files with 9,807 additions and 6,761 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true
components: rustfmt

Expand All @@ -43,7 +43,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true

- name: Install tomlfmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true
components: clippy

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
os:
- ubuntu-latest
toolchain:
- nightly
- stable
steps:
- name: Checkout source code
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 4839372

Please sign in to comment.