Skip to content

fix: style and unused dep #22

fix: style and unused dep

fix: style and unused dep #22

Workflow file for this run

name: Check
on:
push:
env:
RUST_BACKTRACE: 1
jobs:
clippy:
name: Check
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
rust: [stable]
steps:
- uses: actions/checkout/@v4
- name: Install Toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- name: Install cargo-machete
uses: taiki-e/install-action@v2
with:
tool: cargo-machete
- name: Run machete
run: cargo machete