mirror of
https://github.com/Bismuth-Forge/bismuth.git
synced 2024-11-04 13:37:43 +03:00
feat: add reuse tool precommit hook
This commit is contained in:
parent
8a439bb41b
commit
4713d458af
@ -1,5 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: none
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npm test
|
||||
npx lint-staged
|
||||
reuse lint
|
||||
|
@ -9,6 +9,7 @@ TODO
|
||||
|
||||
## Development Requirement
|
||||
|
||||
- `reuse` tool
|
||||
- NPM
|
||||
- p7zip (7z)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user