diff --git a/justfile b/justfile index 6a8d712..165e6ec 100644 --- a/justfile +++ b/justfile @@ -89,6 +89,11 @@ verify: _ensure-devtools check-tools lint-all: _ensure-devtools @{{devtools_dir}}/scripts/verify.sh +# Validate version control +[group('lint')] +lint-version-control: + @{{lint}}/version-control.sh + # Validate commit messages [group('lint')] lint-commits: