Skip to content

doc(hsh): updated library documentation #154

doc(hsh): updated library documentation

doc(hsh): updated library documentation #154

Workflow file for this run

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