Skip to content

Python: make the cofactor methods return Optionals as described in th… #129

Python: make the cofactor methods return Optionals as described in th…

Python: make the cofactor methods return Optionals as described in th… #129

Workflow file for this run

name: Spell Check
on: [push]
jobs:
spellcheck:
name: Spell Check
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
check_dot_files: true
use_cspell_files: true