Skip to content

chore: improve the readme (#52) #36

chore: improve the readme (#52)

chore: improve the readme (#52) #36

Workflow file for this run

name: Typos
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
typos:
name: spell check
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master