add cargo check hook
This commit is contained in:
parent
210883a5b8
commit
136c79f41a
|
@ -5,3 +5,10 @@
|
||||||
language: system
|
language: system
|
||||||
files: \.rs$
|
files: \.rs$
|
||||||
args: []
|
args: []
|
||||||
|
- id: cargo-check
|
||||||
|
name: cargo check
|
||||||
|
description: Check the package for errors.
|
||||||
|
entry: cargo check
|
||||||
|
language: system
|
||||||
|
files: \.rs$
|
||||||
|
pass_filenames: false
|
||||||
|
|
|
@ -5,3 +5,10 @@
|
||||||
language: system
|
language: system
|
||||||
files: \.rs$
|
files: \.rs$
|
||||||
args: []
|
args: []
|
||||||
|
- id: cargo-check
|
||||||
|
name: cargo check
|
||||||
|
description: Check the package for errors.
|
||||||
|
entry: cargo check
|
||||||
|
language: system
|
||||||
|
files: \.rs$
|
||||||
|
pass_filenames: false
|
||||||
|
|
Loading…
Reference in a new issue