Skip to content

crypto: tz3 should hash input #240

crypto: tz3 should hash input

crypto: tz3 should hash input #240

Workflow file for this run

name: clippy
on:
push:
branches: [ master ]
pull_request:
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.64.0
with:
components: clippy
- name: lint
run: cargo clippy --all-targets -- --deny warnings