Skip to content

Add a quick UNREAL_UPGRADES.md to document the upgrade process #29

Add a quick UNREAL_UPGRADES.md to document the upgrade process

Add a quick UNREAL_UPGRADES.md to document the upgrade process #29

Triggered via push September 17, 2023 22:01
Status Success
Total duration 49s
Artifacts

checks.yml

on: push
clippy_check
41s
clippy_check
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
clippy_check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/