mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Makefile/Rakefile add target/task for pre-commit install
This commit is contained in:
@@ -18,6 +18,10 @@ check :
|
||||
pre-commit run --all-files
|
||||
.PHONY : check
|
||||
|
||||
checkinstall :
|
||||
pre-commit install
|
||||
.PHONY : checkinstall
|
||||
|
||||
checkupdate :
|
||||
pre-commit autoupdate
|
||||
.PHONY : checkupdate
|
||||
|
||||
Reference in New Issue
Block a user