Skip to content

Commit

Permalink
Merge pull request #218 from valeratrades/ga_style
Browse files Browse the repository at this point in the history
GA: check for unused dependencies
  • Loading branch information
louis030195 committed Aug 25, 2024
2 parents c028387 + 4a91ae2 commit b297663
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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

0 comments on commit b297663

Please sign in to comment.