Skip to content

Move NodeJS package manager to pnpm #1655

Move NodeJS package manager to pnpm

Move NodeJS package manager to pnpm #1655

Triggered via pull request July 16, 2024 16:56
Status Success
Total duration 1m 37s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
rust: build.rs#L115
[clippy] reported by reviewdog 🐶 you seem to be trying to use `match` for an equality check. Consider using `if` Raw Output: build.rs:115:9: warning: you seem to be trying to use `match` for an equality check. Consider using `if` (clippy::single_match)