range-tree-rs 0.2.0

A range tree implement for slab allocator
Documentation
name: Typo checker
permissions:
  contents: read
  pull-requests: write
on:
  push:
    branches: [ master ]
  pull_request:
  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