Skip to content

Add cargo-deny and cargo-machete to CI #392

@erikjuhani

Description

@erikjuhani

Add cargo-deny (license and advisory checks) and cargo-machete (unused dependency detection) as steps in the test job in .github/workflows/test.yml.

- name: Deny
  run: cargo deny check

- name: Machete
  run: cargo machete

Both tools need to be installed via cargo install or a dedicated action before use.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions