Skip to content

Fix typing for 3.9 and import order. #8

Fix typing for 3.9 and import order.

Fix typing for 3.9 and import order. #8

Workflow file for this run

name: spellcheck
on:
push:
branches: [ "*" ]
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
files: |
**/*.{py,md}
strict: false
incremental_files_only: false
inline: none # just log misspelled words; no warnings