Skip to content

Commit

Permalink
Merge branch 'main' into aumetra/basic-ui-functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Oct 15, 2023
2 parents 26a0c34 + a4412de commit 09e4f9e
Show file tree
Hide file tree
Showing 25 changed files with 327 additions and 553 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cargo-machete.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Rust unused dependencies

on:
pull_request:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Machete
uses: bnjbvr/cargo-machete@main
Loading

0 comments on commit 09e4f9e

Please sign in to comment.