Skip to content

htodemux and multiseq solved, problem with gmmdemux #109

htodemux and multiseq solved, problem with gmmdemux

htodemux and multiseq solved, problem with gmmdemux #109

Workflow file for this run

name: pre-commit
on:
push:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install pre-commit
run: python -m pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files