Skip to content

changed default ddG colormap no coverage color to yellow #97

changed default ddG colormap no coverage color to yellow

changed default ddG colormap no coverage color to yellow #97

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- run: python -m pip install ruff
- run: ruff check .