ci: rewrite #2
cicd.yml
on: pull_request
Extract crate metadata
4s
Matrix: Run tests and checks
Matrix: Build release binaries
Create GitHub release
0s
Annotations
1 warning
struct `IconInfo` is never constructed:
src/icon.rs#L42
warning: struct `IconInfo` is never constructed
--> src/icon.rs:42:8
|
42 | struct IconInfo {
| ^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|