mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
ci: Add codespell to verify commit messages
Avoids issues later with the automated release notes
This commit is contained in:
committed by
Euripedes Rocha
parent
827875a087
commit
afb6998cfa
@@ -68,6 +68,10 @@ repos:
|
||||
compile_commands\.json$|
|
||||
__pycache__/.*
|
||||
)$
|
||||
- id: codespell
|
||||
name: codespell commit message
|
||||
stages: [commit-msg]
|
||||
additional_dependencies: [tomli]
|
||||
|
||||
- repo: https://github.com/espressif/astyle_py.git
|
||||
rev: v1.1.0
|
||||
|
||||
Reference in New Issue
Block a user