Skip to content

Merge pull request #101 from OffchainLabs/fix-place-bid-from-addr #335

Merge pull request #101 from OffchainLabs/fix-place-bid-from-addr

Merge pull request #101 from OffchainLabs/fix-place-bid-from-addr #335

Triggered via push October 1, 2024 12:55
Status Success
Total duration 2m 54s
Artifacts

linux.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
match expression looks like `matches!` macro: main/src/main.rs#L490
warning: match expression looks like `matches!` macro --> main/src/main.rs:490:5 | 490 | / match subcommand { 491 | | "cargo-stylus-check" | "cargo-stylus-cgen" | "cargo-stylus-replay" => true, 492 | | _ => false, 493 | | } | |_____^ help: try: `matches!(subcommand, "cargo-stylus-check" | "cargo-stylus-cgen" | "cargo-stylus-replay")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_like_matches_macro = note: `#[warn(clippy::match_like_matches_macro)]` on by default
(x86_64-unknown-linux-gnu, nightly)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
(x86_64-unknown-linux-gnu, stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/