Skip to content

fix: merge snv variants script #3091

fix: merge snv variants script

fix: merge snv variants script #3091

Workflow file for this run

name: Black linter and code formatter
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "23.7.0"