Skip to content

Add support for 5.2 and 5.3 assets #34

Add support for 5.2 and 5.3 assets

Add support for 5.2 and 5.3 assets #34

Triggered via push September 18, 2023 07:19
Status Success
Total duration 1m 48s
Artifacts

rust.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
the borrowed expression implements the required traits: src/main.rs#L238
warning: the borrowed expression implements the required traits --> src/main.rs:238:27 | 238 | if !is_uasset(&path) { | ^^^^^ help: change this to: `path` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/