mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5919 from jbampton/make-rake-add-target
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