Skip to content

relax condition check when assigning homozygous nodes #20

relax condition check when assigning homozygous nodes

relax condition check when assigning homozygous nodes #20

Workflow file for this run

name: Clippy
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
clippy:
name: Lint with clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
- run: cargo clippy --workspace --all-targets --verbose --all-features