Skip to content

added ability to voice to specify chain address length for proxies #53

added ability to voice to specify chain address length for proxies

added ability to voice to specify chain address length for proxies #53

Workflow file for this run

# checks that code is properly formatted
name: clippy
on: [push]
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt
override: true
- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --check