Skip to content

feat(hsh): decoupling algorithms & improving docs #152

feat(hsh): decoupling algorithms & improving docs

feat(hsh): decoupling algorithms & improving docs #152

Workflow file for this run

name: 🧪 Lint
on: [push, pull_request]
jobs:
all:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v1
with:
components: clippy
- uses: actions/checkout@master
- name: Check lints
run: cargo clippy --workspace --all-features --all-targets --no-deps -- -D warnings