File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed
Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 3131 submodules : recursive
3232 - name : Install toolchain
3333 uses : dtolnay/rust-toolchain@nightly
34- with :
35- toolchain : nightly-2023-04-15
36- components : rustfmt
37- target : wasm32-unknown-unknown
3834 - name : Generate code coverage
3935 run : |
4036 wget https://github.com/xd009642/tarpaulin/releases/download/${{ env.TARPAULIN_VERSION }}/cargo-tarpaulin-${{ env.TARPAULIN_VERSION }}-travis.tar.gz
Original file line number Diff line number Diff line change 1414 - uses: actions/checkout@v3
1515 - name: Install toolchain
1616 uses: dtolnay/rust-toolchain@nightly
17- with:
18- toolchain: nightly-2023-04-15
1917 - name: Install cargo-unleash
2018 run: cargo install cargo-unleash --git https://github.com/xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
2119 - name: Prepare
Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@v3
2828 - name : Install toolchain
2929 uses : dtolnay/rust-toolchain@nightly
30- with :
31- toolchain : nightly-2023-04-15
32- components : rustfmt
33- target : wasm32-unknown-unknown
3430 - name : Install Wasm toolchain
3531 run : rustup target add wasm32-unknown-unknown
3632 - name : Check format
Original file line number Diff line number Diff line change 1+ [toolchain ]
2+ channel = " 1.73.0"
3+ components = [" rustfmt" , " clippy" ]
4+ targets = [" wasm32-unknown-unknown" ]
You can’t perform that action at this time.
0 commit comments