Skip to content

Bump softprops/action-gh-release from 2.0.6 to 2.0.8 #87

Bump softprops/action-gh-release from 2.0.6 to 2.0.8

Bump softprops/action-gh-release from 2.0.6 to 2.0.8 #87

Triggered via pull request July 19, 2024 15:28
Status Success
Total duration 2m 27s
Artifacts

check.yml

on: pull_request
Matrix: audit
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
clippy: src/main.rs#L210
warning: used consecutive `str::replace` call --> src/main.rs:210:14 | 210 | .replace('\n', "") | ______________^ 211 | | .replace(' ', "") | |_____________________________^ help: replace with: `replace(['\n', ' '], "")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_str_replace = note: `#[warn(clippy::collapsible_str_replace)]` on by default
clippy: src/main.rs#L253
warning: used consecutive `str::replace` call --> src/main.rs:253:14 | 253 | .replace('\n', "") | ______________^ 254 | | .replace(' ', "") | |_____________________________^ help: replace with: `replace(['\n', ' '], "")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_str_replace