Skip to content

crypto: impl PublicKeyWithHash for PublicKey #232

crypto: impl PublicKeyWithHash for PublicKey

crypto: impl PublicKeyWithHash for PublicKey #232

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