Skip to content

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

crypto: add tz4 to aggregate PK,PKH types

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

Workflow file for this run

name: rustfmt
on:
push:
branches: [ master ]
pull_request:
jobs:
rustfmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/[email protected]
with:
components: rustfmt
- name: check formatting
run: cargo fmt --all -- --check