build: add local markdown linting to make check

This commit is contained in:
Nick Craig-Wood
2025-08-28 16:56:40 +01:00
parent 89a8ea7a91
commit 85deea82e4
2 changed files with 18 additions and 0 deletions
+1
View File
@@ -100,6 +100,7 @@ compiletest:
check: rclone
@echo "-- START CODE QUALITY REPORT -------------------------------"
@golangci-lint run $(LINTTAGS) ./...
@bin/markdown-lint
@echo "-- END CODE QUALITY REPORT ---------------------------------"
# Get the build dependencies