Skip to content

Some modifications made to Hadge that were esential for running large scale processing of Onek1k data #259

Some modifications made to Hadge that were esential for running large scale processing of Onek1k data

Some modifications made to Hadge that were esential for running large scale processing of Onek1k data #259

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