Skip to content

Revert "add husky"

Revert "add husky" #8

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