Skip to content

Add conversions between Codon and CodonAmbiguous #107

Add conversions between Codon and CodonAmbiguous

Add conversions between Codon and CodonAmbiguous #107

Workflow file for this run

name: Python
on:
push:
branches: [ main ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- uses: abatilo/[email protected]
- run: poetry install
- run: poetry run black --check --verbose .