Skip to content

feat: Implement patch for Box and Option #57

feat: Implement patch for Box and Option

feat: Implement patch for Box and Option #57

Workflow file for this run

name: typo checker
concurrency:
group: typo-${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request:
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Ignore implicit configuration file
uses: crate-ci/typos@master