Skip to content

use solid length for maximum limit to reassign nodes as homozygous #23

use solid length for maximum limit to reassign nodes as homozygous

use solid length for maximum limit to reassign nodes as homozygous #23

Workflow file for this run

name: Formatting
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
rustfmt:
name: Verify code formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hecrj/setup-rust-action@v1
with:
components: rustfmt
- run: cargo fmt --all -- --check