Skip to content

impl WakerCell to replace ArrayQueue(size=1) #35

impl WakerCell to replace ArrayQueue(size=1)

impl WakerCell to replace ArrayQueue(size=1) #35

Workflow file for this run

name: Typo checker
on:
pull_request:
types:
- opened
- synchronize
- ready_for_review
push:
branches: [ "master" ]
workflow_dispatch:
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-22.04
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v3
- name: Check spelling of the entire repository
uses: crate-ci/typos@v1.33.1