feat: impl auto destruction + #304 and other ui things #308
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Rust Style | |
on: [push] | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
machete: | |
name: Cargo Machete | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check for unused dependencies | |
uses: bnjbvr/cargo-machete@main |