Skip to content

Make the website style a bit more custom #310

Make the website style a bit more custom

Make the website style a bit more custom #310

Workflow file for this run

name: Rust unused dependencies
on:
merge_group:
pull_request:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
check-unused-dependencies:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Machete
uses: bnjbvr/cargo-machete@main