mirror of
https://github.com/espressif/esp-drone.git
synced 2026-07-21 02:05:37 +00:00
* 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
8 lines
193 B
YAML
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$)
|