Skip to content

style: remove a warning #29

style: remove a warning

style: remove a warning #29

Workflow file for this run

name: Typos Check
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
run:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master
with:
config: .typos.toml