Fix common.mk && add makefile check as pre-commit hook

This commit is contained in:
joey0320
2023-01-14 15:38:43 -08:00
parent dd5c0e0ca0
commit 045f3d7bc0
2 changed files with 5 additions and 1 deletions

View File

@@ -9,3 +9,7 @@ repos:
- id: check-yaml
- id: check-json
- id: check-added-large-files
- repo: https://github.com/mrtazz/checkmake.git
rev: main
hooks:
- id: checkmake