Skip to content

minor cleanup and class renaming. #16

minor cleanup and class renaming.

minor cleanup and class renaming. #16

Workflow file for this run

name: codespell
on:
pull_request:
paths:
- Readme.md
permissions: {}
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v2
with:
path: Readme.md