Skip to content

Update of README/README_ch.md #92

Update of README/README_ch.md

Update of README/README_ch.md #92

Workflow file for this run

name: Lint Readme
on: [pull_request, push]
jobs:
lint_readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.12"
- run: pip install codespell
- run: codespell