Skip to content

feat(test): Adding docstrings to tests that are missing them #8

feat(test): Adding docstrings to tests that are missing them

feat(test): Adding docstrings to tests that are missing them #8

Workflow file for this run

name: codespell
on:
pull_request:
workflow_dispatch:
jobs:
codespell:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2