feat: add reuse tool precommit hook

This commit is contained in:
Mikhail Zolotukhin 2021-09-04 20:28:50 +03:00
parent 8a439bb41b
commit 4713d458af
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,12 @@
#!/bin/sh
# SPDX-FileCopyrightText: none
#
# SPDX-License-Identifier: MIT
. "$(dirname "$0")/_/husky.sh"
npm test
npx lint-staged
reuse lint

View File

@ -9,6 +9,7 @@ TODO
## Development Requirement
- `reuse` tool
- NPM
- p7zip (7z)