cargo-binstall/.github/workflows
Jiahao XU 1102284684
Fix clippy warnings and add new workflow clippy (#306)
* Derive `Eq` for `PkgFmt`, `PkgFmtDecomposed` & `TarBasedFmt`
* Derive `Eq` for `PkgMeta`, `PkgOverride` & `BinMeta`
* Rm unnecessary reborrow in `install_from_source`
* Rm unnecessary `into()` in `args::parse`
* Fix `clippy` warning in `CratesToml::append_to_path`
* Fix clippy warning in `cratesio_url`
* Fix clippy warning in `detect_targets_linux`
* Add `clippy` and `rustfmt` to workflow `unit-test`

Because `clippy` would not check inactive code disabled by `cfg`, so we
have to also run `clippy` on multiple targets.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2022-08-21 02:40:50 +12:00
..
build.yml Bump actions/checkout from 2 to 3 (#303) 2022-08-20 11:44:52 +00:00
integration.yml Bump actions/checkout from 2 to 3 (#303) 2022-08-20 11:44:52 +00:00
release-pr.yml Bump actions/checkout from 2 to 3 (#303) 2022-08-20 11:44:52 +00:00
release.yml Bump softprops/action-gh-release (#302) 2022-08-20 11:56:29 +00:00
unit-tests.yml Fix clippy warnings and add new workflow clippy (#306) 2022-08-21 02:40:50 +12:00