mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-09 16:45:57 +00:00
11 lines
224 B
YAML
11 lines
224 B
YAML
|
fail_fast: true
|
||
|
repos:
|
||
|
- repo: https://github.com/doublify/pre-commit-rust
|
||
|
rev: v1.0
|
||
|
hooks:
|
||
|
- id: fmt
|
||
|
args: [--, --check]
|
||
|
- id: cargo-check
|
||
|
args: [--bins, --examples]
|
||
|
- id: clippy
|