workspace with shared hid shape for cli
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
repos:
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: cargo-check
|
||||
name: Cargo check
|
||||
entry: cargo check
|
||||
- id: cargo-check-host
|
||||
name: Cargo check (host)
|
||||
entry: cargo check -p cli -p shared
|
||||
pass_filenames: false
|
||||
types: [file, rust]
|
||||
language: system
|
||||
- id: cargo-check-firmware
|
||||
name: Cargo check (firmware)
|
||||
entry: cargo check -p guac --target thumbv8m.main-none-eabihf
|
||||
pass_filenames: false
|
||||
types: [file, rust]
|
||||
language: system
|
||||
|
||||
Reference in New Issue
Block a user