mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
12 lines
306 B
YAML
12 lines
306 B
YAML
# See https://pre-commit.com for more information
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: rustfs-dev-check
|
|
name: rustfs dev-check
|
|
entry: make dev-check
|
|
language: system
|
|
types: [rust]
|
|
pass_filenames: false
|