Skip to content

Add hooks for coroutine yield and resume #93

Add hooks for coroutine yield and resume

Add hooks for coroutine yield and resume #93

Workflow file for this run

name: Spelling Check
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@main
- name: Check spelling
uses: crate-ci/typos@v1.42.1
with:
config: ./typos.toml