File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@v4
2828 - name : Install toolchain
2929 uses : dtolnay/rust-toolchain@nightly
30- - name : Install Wasm toolchain
31- run : rustup target add wasm32-unknown-unknown
3230 - name : Check format
3331 run : make dev-format-check
34- - name : Install clippy
35- run : rustup component add clippy
3632 - name : Update
3733 run : |
3834 cargo update
Original file line number Diff line number Diff line change 11check : githooks
2- ./scripts/run.sh check --no-default-features --target=wasm32-unknown-unknown
2+ ./scripts/run.sh check --no-default-features --target=wasm32v1-none
33
44check-tests : githooks
55 ./scripts/run.sh check --tests
Original file line number Diff line number Diff line change 11[toolchain ]
22channel = " 1.88.0"
3- components = [" rust-src " , " rustfmt" , " clippy" ]
4- targets = [" wasm32-unknown-unknown " ]
3+ components = [" rustfmt" , " clippy" ]
4+ targets = [" wasm32v1-none " ]
You can’t perform that action at this time.
0 commit comments