mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
6 lines
114 B
Makefile
6 lines
114 B
Makefile
alias pre-commit := check
|
|
alias lint := check
|
|
|
|
# Run the pre-commit checks
|
|
check:
|
|
./maintenance/shfmt.sh --diff
|