Skip to content

Add flexible, covalent and pose-guided docking, plus a ProLIF backend #23

Add flexible, covalent and pose-guided docking, plus a ProLIF backend

Add flexible, covalent and pose-guided docking, plus a ProLIF backend #23

Workflow file for this run

name: lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Run ruff
run: uvx ruff check .