Skip to content

crypto: add tz4 to aggregate PK,PKH types #248

crypto: add tz4 to aggregate PK,PKH types

crypto: add tz4 to aggregate PK,PKH types #248

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