mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
17 lines
415 B
YAML
17 lines
415 B
YAML
- id: typos
|
|
name: typos
|
|
description: Source code spell checker, binary install
|
|
language: python
|
|
entry: typos
|
|
args: [--write-changes]
|
|
types: [text]
|
|
stages: [commit, merge-commit, push, manual]
|
|
|
|
- id: typos-src
|
|
name: typos
|
|
description: Source code spell checker, source install
|
|
language: rust
|
|
entry: typos
|
|
args: [--write-changes]
|
|
types: [text]
|
|
stages: [commit, merge-commit, push, manual]
|