Skip to content

move clippy out of dependencies #10

move clippy out of dependencies

move clippy out of dependencies #10

Workflow file for this run

on: push
name: 🧐 Clippy Check
jobs:
clippy-check:
runs-on: ubuntu-latest
env:
RUSTFLAGS: "-Dwarnings"
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Clippy
run: cargo clippy --all-targets --all-features