mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add new just commands for pre-commit checks
This commit is contained in:
parent
701725bbfb
commit
42ae64d68f
1 changed files with 6 additions and 0 deletions
6
justfile
Normal file
6
justfile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
alias pre-commit := check
|
||||||
|
alias lint := check
|
||||||
|
|
||||||
|
# Run the pre-commit checks
|
||||||
|
check:
|
||||||
|
./maintenance/shfmt.sh --diff
|
Loading…
Add table
Reference in a new issue