Skip to content

refactor: major edits to VRS mapping and supporting methods #48

refactor: major edits to VRS mapping and supporting methods

refactor: major edits to VRS mapping and supporting methods #48

Workflow file for this run

name: Checks
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: black
uses: psf/black@stable
- name: ruff
uses: chartboost/ruff-action@v1