mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
Reviewed-by: Saša Nedvědický <sashan@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/28436)
10 lines
219 B
YAML
10 lines
219 B
YAML
ci:
|
|
autofix_prs: false
|
|
repos:
|
|
- repo: "https://github.com/codespell-project/codespell"
|
|
rev: "v2.4.1"
|
|
hooks:
|
|
- id: "codespell"
|
|
args: ["--config=.codespellrc", "."]
|
|
pass_filenames: false
|