riker-rs / riker

Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
https://riker.rs
MIT License
1.02k stars 69 forks source link

add husky #112

Closed olexiyb closed 4 years ago

olexiyb commented 4 years ago

to create .git/hooks/pre-commit during npm install or `yarn install', to enforce pre-commit validation of changed files This should help to avoid #109 in the future