update CI scripts #53
Annotations
2 warnings
casting to the same type is unnecessary (`usize` -> `usize`):
src/util.rs#L2
warning: casting to the same type is unnecessary (`usize` -> `usize`)
--> src/util.rs:2:20
|
2 | let group_size = (size / 3) as usize;
| ^^^^^^^^^^^^^^^^^^^ help: try: `(size / 3)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
= note: `#[warn(clippy::unnecessary_cast)]` on by default
|
Test
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/
|