Skip to content

Add Python bindings #23

Add Python bindings

Add Python bindings #23

Workflow file for this run

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