Skip to content

Commit

Permalink
Merge branch 'feat-2.0' of github.com:casper-network/casper-node into…
Browse files Browse the repository at this point in the history
… rustSDK-feat-2.0
  • Loading branch information
gRoussac committed Aug 5, 2024
2 parents 7161576 + c58bccf commit 4827596
Show file tree
Hide file tree
Showing 24 changed files with 800 additions and 440 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
id: nightly-toolchain
run: echo "::set-output name=version::$(cat smart_contracts/rust-toolchain)"

- name: Get nightly toolchain for docs
id: nightly-toolchain-doc
run: echo "::set-output name=version::nightly-2024-01-01"

- name: Get stable from rust-toolchain.toml
id: stable-toolchain
run: echo "::set-output name=version::$(sed -nr 's/channel\s+=\s+\"(.*)\"/\1/p' rust-toolchain.toml)"
Expand All @@ -56,6 +60,14 @@ jobs:
components: rustfmt, clippy
target: wasm32-unknown-unknown

- name: Install Toolchain - Nightly for docs
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #tag v1.0.7
with:
profile: minimal
toolchain: ${{ steps.nightly-toolchain-doc.outputs.version }}
components: rustfmt, clippy
target: wasm32-unknown-unknown

- uses: Swatinem/rust-cache@v1

- name: fmt
Expand Down
Loading

0 comments on commit 4827596

Please sign in to comment.