Skip to content

Update ScoreVariant to support exact PGS Catalog standard #396

Update ScoreVariant to support exact PGS Catalog standard

Update ScoreVariant to support exact PGS Catalog standard #396

Workflow file for this run

name: Ruff
on:
push:
paths:
- '**.py'
pull_request:
paths:
- '**.py'
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1