difftreelog
ci run clippy
in: master
1 file changed
.github/workflows/codestyle.ymldiffbeforeafterboth59 target: wasm32-unknown-unknown59 target: wasm32-unknown-unknown60 components: rustfmt, clippy60 components: rustfmt, clippy61 - name: Run cargo check61 - name: Run cargo check62 run: cargo clippy -- -Dwarnings62 run: cargo clippy --features=quartz-runtime,unique-runtime,try-runtime,runtime-benchmarks --tests -- -Dwarnings63 env:64 SKIP_WASM_BUILD: '1'6365