mirror of
https://github.com/lightsoutgames/bevy_full_throttle
synced 2024-11-21 14:55:57 +00:00
chore: Switch to pre-commit.
All checks were successful
CI / test (ubuntu-latest) (push) Successful in 1m20s
All checks were successful
CI / test (ubuntu-latest) (push) Successful in 1m20s
This commit is contained in:
parent
59a74325ff
commit
e2cc463a6a
10
.pre-commit-config.yaml
Normal file
10
.pre-commit-config.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
Loading…
Reference in New Issue
Block a user