Skip to content

naterq:release 1.1.1 - tests alpha 1-6 #425

naterq:release 1.1.1 - tests alpha 1-6

naterq:release 1.1.1 - tests alpha 1-6 #425

Workflow file for this run

name: Ruff Lint - ImputeGAP
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install Ruff
run: pip install ruff
- name: Run Ruff Linter with auto-fix
run: ruff check --fix imputegap/ --exclude imputegap/wrapper