Files
esp-drone/.pre-commit-config.yaml
FangandGitHub db0f6562e4 ci: add codespell document check (#136)
* ci: add codespell document check

Add a pre-commit based codespell workflow for documentation files and fix existing spelling issues in docs.

* Test the codespell

* Test the codespell
2026-06-04 16:42:47 +08:00

8 lines
193 B
YAML

repos:
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
hooks:
- id: codespell
args: [--config=.codespellrc]
files: ^(docs/|README(_cn)?\.md$)