mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Makefile/Rakefile: add checkupdate target
Runs `pre-commit autoupdate`
This commit is contained in:
@@ -17,3 +17,7 @@ clean :
|
||||
check :
|
||||
pre-commit run --all-files
|
||||
.PHONY : check
|
||||
|
||||
checkupdate :
|
||||
pre-commit autoupdate
|
||||
.PHONY : checkupdate
|
||||
|
||||
Reference in New Issue
Block a user