Skip to content

chore: add end() method #59

chore: add end() method

chore: add end() method #59

Workflow file for this run

name: codespell
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: codespell-project/actions-codespell@master