Merge pull request #5794 from jbampton/fix-makefile

Fix Makefile. Change `lint` to `check`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-09-17 22:45:38 +09:00
committed by GitHub
+1 -1
View File
@@ -16,4 +16,4 @@ clean :
check :
pre-commit run --all-files
.PHONY : lint
.PHONY : check